Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b41f32e

Browse files
CI: test on Python 3.14 release
1 parent b8b05c8 commit b41f32e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14-dev"]
14+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
1515
cython-version: ["0.29", "3"]
1616
os: [ubuntu-24.04]
1717
exclude:
1818
- python-version: "3.13"
1919
cython-version: "0.29"
20-
- python-version: "3.14-dev"
20+
- python-version: "3.14"
2121
cython-version: "0.29"
2222

2323
steps:

0 commit comments

Comments
 (0)