Procházet zdrojové kódy

requirements: remove cython restrictions

Thomas Waldmann před 1 rokem
rodič
revize
1df706813c
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 1 1
      pyproject.toml
  2. 1 1
      requirements.d/development.txt

+ 1 - 1
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"

+ 1 - 1
requirements.d/development.txt

@@ -8,7 +8,7 @@ pytest
 pytest-xdist
 pytest-cov
 pytest-benchmark
-Cython <3
+Cython
 twine
 python-dateutil
 pre-commit