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 9e293c2 commit 55fb476Copy full SHA for 55fb476
.github/workflows/check.yaml
@@ -21,7 +21,7 @@ jobs:
21
UV_CACHE_DIR: /tmp/.uv-cache
22
strategy:
23
matrix:
24
- python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
+ python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "3.14t"]
25
26
name: check ${{ matrix.python-version }}
27
steps:
0 commit comments