Skip to content

Commit dd059d8

Browse files
committed
.github/workflows/test.yml: Add 3.13-dev
1 parent 74339ee commit dd059d8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
15+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13-dev"]
1616
cython: ["cython", "cython<3.0.0"]
1717
exclude:
1818
- python-version: 3.12
1919
cython: cython<3.0.0
20+
- python-version: 3.13-dev
21+
cython: cython<3.0.0
2022
steps:
2123
- uses: actions/checkout@v2
2224
with: { submodules: recursive }

0 commit comments

Comments
 (0)