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 fc573cc commit fdaa76bCopy full SHA for fdaa76b
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
fail-fast: false
23
matrix:
24
os: [ubuntu-latest, macos-latest, windows-latest]
25
- python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
+ python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.14t"]
26
steps:
27
- name: Set git to use LF on Windows
28
if: runner.os == 'Windows'
0 commit comments