File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed
Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 22cypari2 change log
33==================
44
5+ v2.2.0 (in development)
6+ ------
7+
8+ - require cysignals >= 1.11.3
9+
510v2.1.5
611------
712
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools" ,
3- " Cython>=3.0" ,
4- " cysignals>=1.7" ]
2+ requires = [
3+ " setuptools" ,
4+ " Cython>=3.0" ,
5+ " cysignals>=1.11.3" ,
6+ ]
57# We need access to the autogen package at build time.
68# Hence we declare a custom build backend.
79build-backend = " _custom_build_meta" # just re-exports setuptools.build_meta definitions
@@ -17,7 +19,7 @@ maintainers = [
1719 {
name =
" SageMath developers" ,
email =
" [email protected] " },
1820]
1921dependencies = [
20- " cysignals>=1.7 " ,
22+ " cysignals>=1.11.3 " ,
2123]
2224requires-python = " >=3.9"
2325readme = " README.rst"
You can’t perform that action at this time.
0 commit comments