Skip to content

Commit 95428a1

Browse files
author
Matthias Koeppe
committed
src/pyproject.toml: Require cysignals >= 1.11.4
1 parent cee83c6 commit 95428a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires = [
77
# version constraint for macOS Big Sur support (see https://github.com/sagemath/sage/issues/31050)
88
'wheel >=0.36.2',
99
'cypari2 >=2.1.1',
10-
'cysignals >=1.10.2',
10+
'cysignals >=1.11.4',
1111
# Exclude 3.0.3 because of https://github.com/cython/cython/issues/5748
1212
'cython >=3.0, != 3.0.3, <4.0',
1313
'gmpy2 ~=2.1.b999',

0 commit comments

Comments
 (0)