Skip to content

Commit b1575d5

Browse files
committed
Build: Use Cython 3.1.2.
1 parent a1e7aa8 commit b1575d5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[build-system]
2-
requires = ["Cython>=3.0.10, < 3.1.0", "setuptools", "wheel"]
2+
requires = ["Cython>=3.1.2", "setuptools", "wheel"]
33

44
[tool.cibuildwheel]
55
build-verbosity = 2
66
skip = ["pp*", "*-musllinux_i686", "cp35*", "cp36*", "cp37*"]
7+
enable = "cpython-prerelease"
78
# test-command = "python -m unittest {package}/test_fractions.py -p -v"
89

910
[tool.cibuildwheel.linux]

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.10, < 3.1.0
4+
Cython>=3.1.2
55
codecov
66
wheel

0 commit comments

Comments
 (0)