Forráskód Böngészése

Merge pull request #7772 from ThomasWaldmann/cython029-1.2

use cython 0.29 (1.2-maint)
TW 1 éve
szülő
commit
844ca6b61e
2 módosított fájl, 2 hozzáadás és 2 törlés
  1. 1 1
      pyproject.toml
  2. 1 1
      requirements.d/development.lock.txt

+ 1 - 1
pyproject.toml

@@ -1,3 +1,3 @@
 [build-system]
-requires = ["setuptools", "pkgconfig", "Cython", "setuptools_scm>=1.7"]
+requires = ["setuptools", "pkgconfig", "Cython<3", "setuptools_scm>=1.7"]
 build-backend = "setuptools.build_meta"

+ 1 - 1
requirements.d/development.lock.txt

@@ -8,6 +8,6 @@ pytest==7.2.0
 pytest-xdist==3.1.0
 pytest-cov==4.0.0
 pytest-benchmark==4.0.0
-Cython==0.29.33
+Cython==0.29.36
 twine==4.0.2
 python-dateutil==2.8.2