소스 검색

requirements: remove cython restrictions

Thomas Waldmann 1 년 전
부모
커밋
1df706813c
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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