Skip to content

Commit

Permalink
pyproject.toml: Require cysignals >= 1.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Mar 25, 2024
1 parent 7eb6beb commit de9349c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
cypari2 change log
==================

v2.2.0 (in development)
------

- require cysignals >= 1.11.3

v2.1.5
------

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
requires = ["setuptools",
"Cython>=0.29",
"cysignals>=1.7"]
"cysignals>=1.11.3"]
# We need access to the autogen package at build time.
# Hence we declare a custom build backend.
build-backend = "_custom_build_meta" # just re-exports setuptools.build_meta definitions
Expand All @@ -17,7 +17,7 @@ maintainers = [
{name = "SageMath developers", email = "[email protected]"},
]
dependencies = [
"cysignals>=1.7",
"cysignals>=1.11.3",
]
requires-python = ">=3.9"
readme = "README.rst"
Expand Down

0 comments on commit de9349c

Please sign in to comment.