Skip to content

Commit b66a272

Browse files
authored
Merge pull request #2773 from swt2c/remove_generated_cython
Remove generated nanosvg Cython code and unpin exact Cython versions
2 parents b2efe55 + 3484292 commit b66a272

File tree

3 files changed

+2
-31330
lines changed

3 files changed

+2
-31330
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Discuss = "https://discuss.wxpython.org/"
7272
[build-system]
7373
requires = [
7474
"setuptools>=70.1",
75-
"cython == 3.0.10",
75+
"cython >= 3.0.10",
7676
"requests >= 2.26.0",
7777
"sip == 6.12.0",
7878
]

requirements/devel.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sip == 6.12.0
66

77
twine
88
requests >= 2.26.0
9-
cython==3.0.10
9+
cython >= 3.0.10
1010
pytest
1111
pytest-xdist
1212
pytest-forked

0 commit comments

Comments
 (0)