We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2efe55 + 3484292 commit b66a272Copy full SHA for b66a272
pyproject.toml
@@ -72,7 +72,7 @@ Discuss = "https://discuss.wxpython.org/"
72
[build-system]
73
requires = [
74
"setuptools>=70.1",
75
- "cython == 3.0.10",
+ "cython >= 3.0.10",
76
"requests >= 2.26.0",
77
"sip == 6.12.0",
78
]
requirements/devel.txt
@@ -6,7 +6,7 @@ sip == 6.12.0
6
7
twine
8
requests >= 2.26.0
9
-cython==3.0.10
+cython >= 3.0.10
10
pytest
11
pytest-xdist
12
pytest-forked
0 commit comments