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 60f74b1 commit cef1058Copy full SHA for cef1058
2 files changed
.github/workflows/ci.yml
@@ -27,6 +27,7 @@ jobs:
27
- "3.11"
28
- "3.12"
29
- "3.13"
30
+ - "3.14"
31
- "pypy-3.10"
32
steps:
33
- name: Checkout
.github/workflows/nightly.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
- python-version: ["3.12"]
+ python-version: ["3.14"]
18
19
20
uses: actions/checkout@v5
0 commit comments