Skip to content

Commit 15ce4f6

Browse files
committed
Don't use Cython beta
This was for Cython 3.0 beta to test with Python 3.13, but it's now breaking our tests with Cython 3.1, while Cython 3.0 stable is out.
1 parent dc53aa2 commit 15ce4f6

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ jobs:
5757
5858
- name: Install Python Deps
5959
if: steps.release.outputs.version == 0
60-
env:
61-
PIP_PRE: ${{ matrix.python-version == '3.13' && '1' || '0' }}
6260
run: |
6361
pip install -e .[test,dev]
6462

0 commit comments

Comments
 (0)