stay on latest Cython 0.29 (0.29.36) for borg 1.2.x

master branch tests Cython 3 now.
1.2-maint branch may or may not upgrade to build with Cython 3 later.
This commit is contained in:
Thomas Waldmann 2023-08-26 14:18:23 +02:00
parent 0493695b6c
commit 37a813f7f8
No known key found for this signature in database
GPG Key ID: 243ACFA951F78E01
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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