Skip to content

Commit 4f52708

Browse files
committed
Update Cython to 3.0.10.
1 parent 1784f3d commit 4f52708

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

ChangeLog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ General
88
-------
99

1010
- Update FreeTDS to 1.4.17.
11+
- Require Cython>3.0.10.
1112

1213
Version 2.3.0 - 2024-04-06 - Mikhail Terekhov
1314
=============================================

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [
33
"setuptools>=54.0",
44
"setuptools_scm[toml]>=5.0",
55
"wheel>=0.36.2",
6-
"Cython>=3.0.7",
6+
"Cython>=3.0.10",
77
"tomli",
88
]
99

0 commit comments

Comments
 (0)