diff --git a/.github/workflows/pythonTests.yml b/.github/workflows/pythonTests.yml index 0abc546c..cf439e46 100644 --- a/.github/workflows/pythonTests.yml +++ b/.github/workflows/pythonTests.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 8 matrix: - python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, "3.10.0-alpha - 3.10.0"] + python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, "3.10", "3.11.0-alpha - 3.11.0"] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }}