summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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