We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1784f3d commit 4f52708Copy full SHA for 4f52708
2 files changed
ChangeLog.rst
@@ -8,6 +8,7 @@ General
8
-------
9
10
- Update FreeTDS to 1.4.17.
11
+- Require Cython>3.0.10.
12
13
Version 2.3.0 - 2024-04-06 - Mikhail Terekhov
14
=============================================
pyproject.toml
@@ -3,7 +3,7 @@ requires = [
3
"setuptools>=54.0",
4
"setuptools_scm[toml]>=5.0",
5
"wheel>=0.36.2",
6
- "Cython>=3.0.7",
+ "Cython>=3.0.10",
7
"tomli",
]
0 commit comments