Skip to content

Commit 0039386

Browse files
committed
Upgrade Cython dependency to 3.0.8.
1 parent 95df675 commit 0039386

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
tox
22
pytest
33
coverage
4-
Cython>=3.0.2
4+
Cython>=3.0.8
55
codecov
66
wheel

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ platform =
77
linux: linux
88
darwin: darwin
99
deps =
10-
Cython==3.0.2
10+
Cython==3.0.8
1111
pytest
1212
#pytest-cov
1313
#coverage

0 commit comments

Comments
 (0)