Skip to content

Commit 3daf819

Browse files
committed
Restrict Cython version to not include 3.1.1
1 parent 95313b4 commit 3daf819

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/onCreate-meson.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ uv pip install \
2121
meson-python \
2222
"cypari2 >=2.2.1" \
2323
"cysignals >=1.11.2, != 1.12.0" \
24-
"cython >=3.0, != 3.0.3, != 3.1.0" \
24+
"cython >=3.0, != 3.0.3, < 3.1.0" \
2525
"gmpy2 ~=2.1.b999" \
2626
memory_allocator \
2727
"numpy >=1.25" \

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
meson-python \
7777
"cypari2 >=2.2.1" \
7878
"cysignals >=1.11.2, != 1.12.0" \
79-
"cython >=3.0, != 3.0.3, != 3.1.0" \
79+
"cython >=3.0, != 3.0.3, < 3.1.0" \
8080
"gmpy2 ~=2.1.b999" \
8181
memory_allocator \
8282
"numpy >=1.25" \

0 commit comments

Comments
 (0)