Skip to content

Commit 1c73878

Browse files
Bumped Cython requirement to 3.0.10 to avoid bug in earlier versions.
1 parent ad8fadd commit 1c73878

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

doc/src/release_notes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ Common Changes
7272
arg "{arg}"`` is now raised when an exception occurs when calling the
7373
registered handler for a protocol.
7474
#) 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.
7577

7678

7779
oracledb 2.5.1 (December 2024)

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ classifiers =
4141
[options]
4242
zip_safe = false
4343
python_requires = >=3.8
44-
setup_requires = cython>=3.0
44+
setup_requires = cython>=3.0.10
4545
install_requires = cryptography>=3.2.1
4646
test_suite = tests
4747
packages = find:

0 commit comments

Comments
 (0)