diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index c56dffa5..f55041ec 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.6", "3.7", "3.8", "3.9"] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"] name: Python ${{ matrix.python-version }} Build & Tests steps: - name: Add apt repo