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.
1 parent 3678a77 commit 14debbaCopy full SHA for 14debba
pyproject.toml
@@ -46,7 +46,7 @@ test = [
46
'pytest-cov[toml]',
47
'pytest-mock',
48
'auditwheel',
49
- 'Cython',
+ 'cython >= 3.0b1', # includes fix for https://github.com/cython/cython/issues/5238
50
'wheel',
51
'typing-extensions >= 3.7.4; python_version < "3.10"',
52
]
0 commit comments