We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 278db1a + e4882a1 commit 0ae696cCopy full SHA for 0ae696c
1 file changed
pyproject.toml
@@ -50,7 +50,7 @@ test = [
50
dev = [
51
'packaging',
52
'setuptools>=60',
53
- 'Cython==3.2.4',
+ 'Cython==3.2.5',
54
]
55
docs = [
56
'Sphinx>=4.1.2,<9.2.0',
@@ -63,7 +63,7 @@ requires = [
63
"packaging",
64
"setuptools>=60",
65
"wheel",
66
- "Cython==3.2.4",
+ "Cython==3.2.5",
67
68
build-backend = "setuptools.build_meta"
69
0 commit comments