@@ -12,23 +12,23 @@ jobs:
1212 fail-fast : false
1313 matrix :
1414 include :
15- - { python-version: 3.12, os: ubuntu-latest, session: "pre-commit" }
16- - { python-version: 3.12, os: ubuntu-latest, session: "safety" }
17- - { python-version: 3.12, os: ubuntu-latest, session: "mypy" }
18- - { python-version: 3.11, os: ubuntu-latest, session: "mypy" }
19- - { python-version: 3.10, os: ubuntu-latest, session: "mypy" }
20- - { python-version: 3.9, os: ubuntu-latest, session: "mypy" }
21- - { python-version: 3.8, os: ubuntu-latest, session: "mypy" }
22- - { python-version: 3.12, os: ubuntu-latest, session: "tests" }
23- - { python-version: 3.11, os: ubuntu-latest, session: "tests" }
24- - { python-version: 3.10, os: ubuntu-latest, session: "tests" }
25- - { python-version: 3.9, os: ubuntu-latest, session: "tests" }
26- - { python-version: 3.8, os: ubuntu-latest, session: "tests" }
27- - { python-version: 3.12, os: windows-latest, session: "tests" }
28- - { python-version: 3.12, os: macos-latest, session: "tests" }
29- - { python-version: 3.12, os: ubuntu-latest, session: "typeguard" }
30- - { python-version: 3.12, os: ubuntu-latest, session: "xdoctest" }
31- - { python-version: 3.12, os: ubuntu-latest, session: "docs-build" }
15+ - { python-version: " 3.12" , os: ubuntu-latest, session: "pre-commit" }
16+ - { python-version: " 3.12" , os: ubuntu-latest, session: "safety" }
17+ - { python-version: " 3.12" , os: ubuntu-latest, session: "mypy" }
18+ - { python-version: " 3.11" , os: ubuntu-latest, session: "mypy" }
19+ - { python-version: " 3.10" , os: ubuntu-latest, session: "mypy" }
20+ - { python-version: " 3.9" , os: ubuntu-latest, session: "mypy" }
21+ - { python-version: " 3.8" , os: ubuntu-latest, session: "mypy" }
22+ - { python-version: " 3.12" , os: ubuntu-latest, session: "tests" }
23+ - { python-version: " 3.11" , os: ubuntu-latest, session: "tests" }
24+ - { python-version: " 3.10" , os: ubuntu-latest, session: "tests" }
25+ - { python-version: " 3.9" , os: ubuntu-latest, session: "tests" }
26+ - { python-version: " 3.8" , os: ubuntu-latest, session: "tests" }
27+ - { python-version: " 3.12" , os: windows-latest, session: "tests" }
28+ - { python-version: " 3.12" , os: macos-latest, session: "tests" }
29+ - { python-version: " 3.12" , os: ubuntu-latest, session: "typeguard" }
30+ - { python-version: " 3.12" , os: ubuntu-latest, session: "xdoctest" }
31+ - { python-version: " 3.12" , os: ubuntu-latest, session: "docs-build" }
3232
3333 env :
3434 NOXSESSION : ${{ matrix.session }}
0 commit comments