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 eb5eb6c commit 547537bCopy full SHA for 547537b
.github/workflows/tests.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
os: [ubuntu-latest, macos-latest, windows-latest]
15
- python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14-dev"]
+ python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "3.14t"]
16
fail-fast: false
17
18
runs-on: ${{ matrix.os }}
0 commit comments