Skip to content

Commit 1af3c24

Browse files
committed
Build: Update Cython to latest 3.2.4.
1 parent 61b9ca7 commit 1af3c24

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["Cython>=3.1.7", "setuptools"]
2+
requires = ["Cython>=3.2.4", "setuptools"]
33

44
[tool.cibuildwheel]
55
build-verbosity = 2

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tox
22
pytest
33
coverage
4-
Cython>=3.1.7
4+
Cython>=3.2.4
55
codecov

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.1.7
10+
Cython==3.2.4
1111
pytest
1212
#pytest-cov
1313
#coverage

0 commit comments

Comments
 (0)