remove Cython constraints

This commit is contained in:
Ronny Pfannschmidt 2025-05-10 08:05:19 +02:00
parent 8b313048bd
commit be1b90bbc3
2 changed files with 2 additions and 2 deletions

View file

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

View file

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