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