Skip to content

Commit

Permalink
Revert ".github/workflows/test.yml: Add 3.13-dev"
Browse files Browse the repository at this point in the history
This reverts commit dd059d8.
  • Loading branch information
Matthias Koeppe committed Mar 20, 2024
1 parent c937ed0 commit 0f722c5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13-dev"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
cython: ["cython", "cython<3.0.0"]
exclude:
- python-version: 3.12
cython: cython<3.0.0
- python-version: 3.13-dev
cython: cython<3.0.0
steps:
- uses: actions/checkout@v2
with: { submodules: recursive }
Expand Down

0 comments on commit 0f722c5

Please sign in to comment.