diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7d11cfb29..3399d55a0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: max-parallel: 4 matrix: platform: [ ubuntu-latest, macos-latest, windows-latest ] - python-version: [ "3.8", "3.12" ] + python-version: [ "3.8", "3.11" ] steps: - uses: actions/checkout@v3