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 71cc5b0 commit 6300465Copy full SHA for 6300465
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
fail-fast: false
25
matrix:
26
os: [ubuntu-latest]
27
- python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.13t"]
+ python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.13t", "3.14-dev"]
28
29
steps:
30
- name: Checkout
0 commit comments