Skip to content

Commit 1d7a537

Browse files
committed
test under python 3.14
1 parent 20fe44f commit 1d7a537

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
os: ["ubuntu-latest"]
25-
python-version: ["3.11", "3.13"]
25+
python-version: ["3.11", "3.13", "3.14"]
2626
env: [""]
2727
include:
2828
- env: "min-all-deps"
2929
python-version: "3.11"
3030
os: "ubuntu-latest"
3131
- env: ""
32-
python-version: "3.13"
32+
python-version: "3.14"
3333
os: "macos-latest"
3434
defaults:
3535
run:

0 commit comments

Comments
 (0)