diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 996afe2..a941a45 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: ["3.6", "3.7", "3.8", "3.9"] + python: ["3.7", "3.8", "3.9", "3.10"] env: PYTHON_VERSION: ${{matrix.python}} steps: