Skip to content

Commit 14debba

Browse files
committed
TST: depend on Cython 3.0b1 to fix tests build issue on Python 3.12
Use the normalized package name while at it.
1 parent 3678a77 commit 14debba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ test = [
4646
'pytest-cov[toml]',
4747
'pytest-mock',
4848
'auditwheel',
49-
'Cython',
49+
'cython >= 3.0b1', # includes fix for https://github.com/cython/cython/issues/5238
5050
'wheel',
5151
'typing-extensions >= 3.7.4; python_version < "3.10"',
5252
]

0 commit comments

Comments
 (0)