@@ -12,21 +12,22 @@ jobs:
1212 fail-fast : false
1313 matrix :
1414 include :
15- - { python: "3.12 ", os: "ubuntu-latest", session: "pre-commit" }
16- - { python: "3.12 ", os: "ubuntu-latest", session: "safety" }
15+ - { python: "3.13 ", os: "ubuntu-latest", session: "pre-commit" }
16+ - { python: "3.13 ", os: "ubuntu-latest", session: "safety" }
1717 # - { python: "3.12", os: "ubuntu-latest", session: "mypy" }
1818 # - { python: "3.11", os: "ubuntu-latest", session: "mypy" }
1919 # - { python: "3.10", os: "ubuntu-latest", session: "mypy" }
20+ - { python: "3.13", os: "ubuntu-latest", session: "tests" }
2021 - { python: "3.12", os: "ubuntu-latest", session: "tests" }
2122 - { python: "3.11", os: "ubuntu-latest", session: "tests" }
2223 - { python: "3.10", os: "ubuntu-latest", session: "tests" }
23- - { python: "3.12 ", os: "windows-latest", session: "tests" }
24- - { python: "3.12 ", os: "macos-latest", session: "tests" }
24+ - { python: "3.13 ", os: "windows-latest", session: "tests" }
25+ - { python: "3.13 ", os: "macos-latest", session: "tests" }
2526 # - { python: "3.12", os: "ubuntu-latest", session: "typeguard" }
2627 # - { python: "3.11", os: "ubuntu-latest", session: "typeguard" }
2728 # - { python: "3.10", os: "ubuntu-latest", session: "typeguard" }
2829 # - { python: "3.10", os: "ubuntu-latest", session: "xdoctest" }
29- - { python: "3.12 ", os: "ubuntu-latest", session: "docs-build" }
30+ - { python: "3.13 ", os: "ubuntu-latest", session: "docs-build" }
3031
3132 env :
3233 NOXSESSION : ${{ matrix.session }}
@@ -107,7 +108,7 @@ jobs:
107108 - name : Install the pinned version of uv
108109 uses : astral-sh/setup-uv@v5
109110 with :
110- python-version : 3.12
111+ python-version : 3.13
111112 pyproject-file : " ${{ github.workspace }}/pyproject.toml"
112113
113114 - name : Install Nox
0 commit comments