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

Skip to content

Commit ca976fa

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ 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]
17+
exclude:
18+
- python-version: "3.13-dev"
19+
cython-version: "0.29"
1720

1821
steps:
1922
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)