Skip to content

Commit

Permalink
Merge pull request borgbackup#7772 from ThomasWaldmann/cython029-1.2
Browse files Browse the repository at this point in the history
use cython 0.29 (1.2-maint)
  • Loading branch information
ThomasWaldmann authored Aug 26, 2023
2 parents 0493695 + 37a813f commit 844ca6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion requirements.d/development.lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 844ca6b

Please sign in to comment.