Skip to content

Commit 2596388

Browse files
committed
GitHub Actions check: Add Python 3.14t
1 parent 01442da commit 2596388

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
py:
26+
- "3.14t"
2627
- "3.14"
2728
- "3.13"
2829
- "3.12"
@@ -89,7 +90,7 @@ jobs:
8990
shell: bash
9091
run: echo "$USERPROFILE/.local/bin" >> $GITHUB_PATH
9192
- name: Install tox@self
92-
run: uv tool install --python-preference only-managed --python 3.13 tox@.
93+
run: uv tool install --python-preference only-managed --python 3.14t tox@.
9394
- name: Setup check suite
9495
run: tox r -vv --notest --skip-missing-interpreters false -e ${{ matrix.tox_env }}
9596
- name: Run check for ${{ matrix.tox_env }}

0 commit comments

Comments
 (0)