From 12ca23ab15ca262cb994c992dd083aab1f85e519 Mon Sep 17 00:00:00 2001 From: Damien Garros Date: Tue, 14 Dec 2021 12:11:56 -0500 Subject: [PATCH] Add python 3.10 in CI pipeline --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c1dbe5f..b02267ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,7 +112,7 @@ jobs: strategy: fail-fast: true matrix: - python-version: ["3.6", "3.7", "3.8", "3.9"] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"] runs-on: "ubuntu-20.04" env: PYTHON_VER: "${{ matrix.python-version }}"