Skip to content

Commit

Permalink
add 3.13t to CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoldbaum committed Nov 15, 2024
1 parent fb37e4b commit ec3c899
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,15 @@ jobs:
run: brew install enchant
if: runner.os == 'macOS' && startsWith(matrix.noxenv, 'docs')
- name: Set up Python
uses: actions/setup-python@v5
uses: quansight-labs/setup-python@v5
with:
python-version: |
3.9
3.10
3.11
3.12
3.13
3.13t
pypy3.9
pypy3.10
allow-prereleases: true
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
(path.parent / f"{path.stem}.in", path) for path in REQUIREMENTS.values()
]

SUPPORTED = ["3.9", "3.10", "pypy3.10", "3.11", "3.12", "3.13"]
SUPPORTED = ["3.9", "3.10", "pypy3.10", "3.11", "3.12", "3.13", "3.13t"]
LATEST = "3.13"

nox.options.default_venv_backend = "uv|virtualenv"
Expand Down

0 comments on commit ec3c899

Please sign in to comment.