@@ -20,24 +20,19 @@ jobs:
2020 - { python: "3.12", os: "ubuntu-latest", session: "mypy" }
2121 - { python: "3.11", os: "ubuntu-latest", session: "mypy" }
2222 - { python: "3.10", os: "ubuntu-latest", session: "mypy" }
23- - { python: "3.9", os: "ubuntu-latest", session: "mypy" }
2423 - { python: "3.12", os: "ubuntu-latest", session: "tests" }
2524 - { python: "3.11", os: "ubuntu-latest", session: "tests" }
2625 - { python: "3.10", os: "ubuntu-latest", session: "tests" }
27- - { python: "3.9", os: "ubuntu-latest", session: "tests" }
2826 - { python: "3.12", os: "windows-latest", session: "tests" }
2927 - { python: "3.11", os: "windows-latest", session: "tests" }
3028 - { python: "3.10", os: "windows-latest", session: "tests" }
31- - { python: "3.9", os: "windows-latest", session: "tests" }
3229 - { python: "3.12", os: "macos-latest", session: "tests" }
3330 - { python: "3.11", os: "macos-latest", session: "tests" }
3431 - { python: "3.10", os: "macos-latest", session: "tests" }
35- - { python: "3.9", os: "macos-latest", session: "tests" }
3632 - { python: "3.12", os: "macos-13", session: "tests" }
3733 - { python: "3.11", os: "macos-13", session: "tests" }
3834 - { python: "3.10", os: "macos-13", session: "tests" }
39- - { python: "3.9", os: "macos-13", session: "tests" }
40- - { python: "3.10", os: "ubuntu-latest", session: "docs-build" }
35+ - { python: "3.12", os: "ubuntu-latest", session: "docs-build" }
4136
4237 env :
4338 NOXSESSION : ${{ matrix.session }}
0 commit comments