summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2023-08-31 00:52:36 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2023-08-31 01:03:34 +0200
commit98dea3e876ecd690aabd21fc67d55ae5a9f3156d (patch)
treed9caa6b52387098b52caa303150383521e2caaaa
parentc1333032436341c940b0c9e5e9954a72c2e716ba (diff)
requirements: remove cython restrictions1.2.6
-rw-r--r--pyproject.toml2
-rw-r--r--requirements.d/development.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 3e6b1b456..74a6bc861 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,3 +1,3 @@
[build-system]
-requires = ["setuptools", "pkgconfig", "Cython<3", "setuptools_scm>=1.7"]
+requires = ["setuptools", "pkgconfig", "Cython", "setuptools_scm>=1.7"]
build-backend = "setuptools.build_meta"
diff --git a/requirements.d/development.txt b/requirements.d/development.txt
index 129331fbf..a8da71dcf 100644
--- a/requirements.d/development.txt
+++ b/requirements.d/development.txt
@@ -8,7 +8,7 @@ pytest
pytest-xdist
pytest-cov
pytest-benchmark
-Cython <3
+Cython
twine
python-dateutil
pre-commit