Skip to content

Commit 47208ff

Browse files
Pin Cython to 3.1.x instead of 3.1.0 as requested (#530).
1 parent d463b33 commit 47208ff

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
@@ -43,6 +43,8 @@ Common Changes
4343
(`issue 512 <https://github.com/oracle/python-oracledb/issues/512>`__).
4444
#) Fixed bug when attempting to execute an empty statement
4545
(`issue 525 <https://github.com/oracle/python-oracledb/issues/525>`__).
46+
#) Pin Cython to 3.1.x instead of 3.1.0 as requested
47+
(`issue 530 <https://github.com/oracle/python-oracledb/issues/530>`__).
4648
#) API documentation is now generated from the source code.
4749
#) Internal change: typing_extensions is now a dependency.
4850

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
requires = [
33
"setuptools >= 77.0.0",
44
"wheel",
5-
"cython == 3.1",
5+
"cython ~= 3.1",
66
]
77
build-backend = "setuptools.build_meta"
88

0 commit comments

Comments
 (0)