Skip to content

Commit ec3c899

Browse files
committed
add 3.13t to CI config
1 parent fb37e4b commit ec3c899

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: .github/workflows/CI.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,15 @@ jobs:
5151
run: brew install enchant
5252
if: runner.os == 'macOS' && startsWith(matrix.noxenv, 'docs')
5353
- name: Set up Python
54-
uses: actions/setup-python@v5
54+
uses: quansight-labs/setup-python@v5
5555
with:
5656
python-version: |
5757
3.9
5858
3.10
5959
3.11
6060
3.12
6161
3.13
62+
3.13t
6263
pypy3.9
6364
pypy3.10
6465
allow-prereleases: true

Diff for: noxfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
(path.parent / f"{path.stem}.in", path) for path in REQUIREMENTS.values()
1818
]
1919

20-
SUPPORTED = ["3.9", "3.10", "pypy3.10", "3.11", "3.12", "3.13"]
20+
SUPPORTED = ["3.9", "3.10", "pypy3.10", "3.11", "3.12", "3.13", "3.13t"]
2121
LATEST = "3.13"
2222

2323
nox.options.default_venv_backend = "uv|virtualenv"

0 commit comments

Comments
 (0)