We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad8fadd commit 1c73878Copy full SHA for 1c73878
doc/src/release_notes.rst
@@ -72,6 +72,8 @@ Common Changes
72
arg "{arg}"`` is now raised when an exception occurs when calling the
73
registered handler for a protocol.
74
#) Internal change: improve handling of metadata.
75
+#) Internal build tool change: bumped minimum Cython version to 3.0.10 to
76
+ avoid bug in earlier versions.
77
78
79
oracledb 2.5.1 (December 2024)
setup.cfg
@@ -41,7 +41,7 @@ classifiers =
41
[options]
42
zip_safe = false
43
python_requires = >=3.8
44
-setup_requires = cython>=3.0
+setup_requires = cython>=3.0.10
45
install_requires = cryptography>=3.2.1
46
test_suite = tests
47
packages = find:
0 commit comments