diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9d71d5c..36ada03 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: os: [windows-latest] - python-version: ['3.6', '3.7', '3.8', '3.9', '3.10'] + python-version: ['3.11'] steps: - uses: actions/checkout@v2 @@ -23,4 +23,4 @@ jobs: python -m pip install --upgrade pip pip install tox tox-gh-actions - name: Test with tox - run: tox \ No newline at end of file + run: tox