Przeglądaj źródła

Merge pull request #8827 from ThomasWaldmann/require-cython-less-than-31-master

require Cython < 3.1 for now
TW 3 tygodni temu
rodzic
commit
82e06a345f
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      pyproject.toml
  2. 1 1
      requirements.d/development.txt

+ 1 - 1
pyproject.toml

@@ -67,7 +67,7 @@ where = ["src"]
 "*" = ["*.c", "*.h", "*.pyx"]
 
 [build-system]
-requires = ["setuptools>=77.0.0", "wheel", "pkgconfig", "Cython>=3.0.3", "setuptools_scm[toml]>=6.2"]
+requires = ["setuptools>=77.0.0", "wheel", "pkgconfig", "Cython>=3.0.3,<3.1.0", "setuptools_scm[toml]>=6.2"]
 build-backend = "setuptools.build_meta"
 
 [tool.setuptools_scm]

+ 1 - 1
requirements.d/development.txt

@@ -10,5 +10,5 @@ pytest
 pytest-xdist
 pytest-cov
 pytest-benchmark
-Cython
+Cython < 3.1
 pre-commit