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

Skip to content

Commit 10fb1af

Browse files
github ci: test on py 3.12, 3.13-dev
1 parent 5ab8b7e commit 10fb1af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12-dev"]
14+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13-dev"]
1515
cython-version: ["0.29", "3.0"]
1616
os: [ubuntu-20.04]
1717

0 commit comments

Comments
 (0)