@@ -17,17 +17,14 @@ jobs:
1717 # - { python: "3.13", os: "ubuntu-latest", session: "mypy" }
1818 # - { python: "3.12", os: "ubuntu-latest", session: "mypy" }
1919 # - { python: "3.11", os: "ubuntu-latest", session: "mypy" }
20- # - { python: "3.10", os: "ubuntu-latest", session: "mypy" }
2120 - { python: "3.13", os: "ubuntu-latest", session: "tests" }
2221 - { python: "3.12", os: "ubuntu-latest", session: "tests" }
2322 - { python: "3.11", os: "ubuntu-latest", session: "tests" }
24- - { python: "3.10", os: "ubuntu-latest", session: "tests" }
2523 - { python: "3.13", os: "windows-latest", session: "tests" }
2624 - { python: "3.13", os: "macos-latest", session: "tests" }
2725 # - { python: "3.13", os: "ubuntu-latest", session: "typeguard" }
2826 # - { python: "3.12", os: "ubuntu-latest", session: "typeguard" }
2927 # - { python: "3.11", os: "ubuntu-latest", session: "typeguard" }
30- # - { python: "3.10", os: "ubuntu-latest", session: "typeguard" }
3128 # - { python: "3.13", os: "ubuntu-latest", session: "xdoctest" }
3229 - { python: "3.13", os: "ubuntu-latest", session: "docs-build" }
3330
0 commit comments