Skip to content

Commit 3587eda

Browse files
author
maico
committed
python-gssapi incompatible with Cython 3.1, set upper limit
1 parent 52bd8e9 commit 3587eda

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,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"Cython >= 3.0.3, < 4.0.0",
3+
"Cython >= 3.0.3, < 3.1.0",
44
"setuptools >= 40.6.0", # Start of PEP 517 support for setuptools
55
]
66
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)