We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01442da commit 2596388Copy full SHA for 2596388
.github/workflows/check.yaml
@@ -23,6 +23,7 @@ jobs:
23
fail-fast: false
24
matrix:
25
py:
26
+ - "3.14t"
27
- "3.14"
28
- "3.13"
29
- "3.12"
@@ -89,7 +90,7 @@ jobs:
89
90
shell: bash
91
run: echo "$USERPROFILE/.local/bin" >> $GITHUB_PATH
92
- name: Install tox@self
- 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@.
94
- name: Setup check suite
95
run: tox r -vv --notest --skip-missing-interpreters false -e ${{ matrix.tox_env }}
96
- name: Run check for ${{ matrix.tox_env }}
0 commit comments