diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f95ddf6..3b498cf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,9 +10,9 @@ jobs: - ubuntu-latest - windows-latest python: - - "3.7" - "3.8" - "3.9" + - "3.10" steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v1