Skip to content

Commit b3c7248

Browse files
authored
Pin Cython to 3.1
So that when Cython 3.2.x / Cython 4.0.x is released in future, it doesn't potentially break python-oracledb, and there's time to test out building python-oracledb with the new version of Cython before bumping the Cython version here.
1 parent 54c321e commit b3c7248

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
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools >= 77.0.0", "wheel", "cython"]
2+
requires = ["setuptools >= 77.0.0", "wheel", "cython ~= 3.1.0"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.black]

0 commit comments

Comments
 (0)