Skip to content

Commit 0f722c5

Browse files
committed
Revert ".github/workflows/test.yml: Add 3.13-dev"
This reverts commit dd059d8.
1 parent c937ed0 commit 0f722c5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,11 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13-dev"]
15+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
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
2220
steps:
2321
- uses: actions/checkout@v2
2422
with: { submodules: recursive }

0 commit comments

Comments
 (0)