Skip to content

Commit 454b800

Browse files
committed
Update CI now that Python 3.14 is out
1 parent 7b4e6fc commit 454b800

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ jobs:
1515
strategy:
1616
matrix:
1717
include:
18-
- python-version: "3.14.0-rc.2"
18+
- python-version: "3.15.0-alpha.5"
19+
with-opt-deps: true
20+
runs-on: ubuntu-22.04
21+
22+
- python-version: "3.14"
1923
with-opt-deps: true
2024
runs-on: ubuntu-22.04
2125

0 commit comments

Comments
 (0)