We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20fe44f commit 1d7a537Copy full SHA for 1d7a537
1 file changed
.github/workflows/ci.yaml
@@ -22,14 +22,14 @@ jobs:
22
fail-fast: false
23
matrix:
24
os: ["ubuntu-latest"]
25
- python-version: ["3.11", "3.13"]
+ python-version: ["3.11", "3.13", "3.14"]
26
env: [""]
27
include:
28
- env: "min-all-deps"
29
python-version: "3.11"
30
os: "ubuntu-latest"
31
- env: ""
32
- python-version: "3.13"
+ python-version: "3.14"
33
os: "macos-latest"
34
defaults:
35
run:
0 commit comments