diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 84f5c05..5d04dc9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,11 +9,11 @@ jobs: - "ubuntu-latest" python-version: - 3.7.17 - - 3.8.18 - - 3.9.19 - - 3.10.14 - - 3.11.9 - - 3.12.5 + - 3.8.20 + - 3.9.20 + - 3.10.15 + - 3.11.10 + - 3.12.7 - 3.13.0 runs-on: ${{ matrix.os }} steps: