Remove generated nanosvg Cython code and unpin exact Cython versions

This commit is contained in:
Scott Talbert
2025-07-14 20:32:53 -04:00
parent b2efe55f23
commit 3484292e88
3 changed files with 2 additions and 31330 deletions

View File

@@ -72,7 +72,7 @@ Discuss = "https://discuss.wxpython.org/"
[build-system] [build-system]
requires = [ requires = [
"setuptools>=70.1", "setuptools>=70.1",
"cython == 3.0.10", "cython >= 3.0.10",
"requests >= 2.26.0", "requests >= 2.26.0",
"sip == 6.12.0", "sip == 6.12.0",
] ]

View File

@@ -6,7 +6,7 @@ sip == 6.12.0
twine twine
requests >= 2.26.0 requests >= 2.26.0
cython==3.0.10 cython >= 3.0.10
pytest pytest
pytest-xdist pytest-xdist
pytest-forked pytest-forked

File diff suppressed because it is too large Load Diff