@@ -13,17 +13,17 @@ jobs:
1313 fail-fast : false
1414 matrix :
1515 include :
16- - { python: "3.12 ", os: "ubuntu-latest", session: "pre-commit" }
16+ - { python: "3.13 ", os: "ubuntu-latest", session: "pre-commit" }
1717
18- - { python: "3.10 ", os: "ubuntu-latest", session: "safety" }
18+ - { python: "3.11 ", os: "ubuntu-latest", session: "safety" }
1919
20+ - { python: "3.13", os: "ubuntu-latest", session: "tests" }
21+ - { python: "3.13", os: "windows-latest", session: "tests" }
22+ - { python: "3.13", os: "macos-latest", session: "tests" }
2023 - { python: "3.12", os: "ubuntu-latest", session: "tests" }
21- - { python: "3.12", os: "windows-latest", session: "tests" }
22- - { python: "3.12", os: "macos-latest", session: "tests" }
2324 - { python: "3.11", os: "ubuntu-latest", session: "tests" }
2425 - { python: "3.10", os: "ubuntu-latest", session: "tests" }
2526 - { python: "3.9", os: "ubuntu-latest", session: "tests" }
26- - { python: "3.8", os: "ubuntu-latest", session: "tests" }
2727
2828 env :
2929 NOXSESSION : ${{ matrix.session }}
0 commit comments