Add official support for Python 3.10. · Excloudx6/python-cx_Oracle@29ca919 · GitHub
Skip to content

Commit 29ca919

Browse files
Add official support for Python 3.10.
1 parent ae687ce commit 29ca919

4 files changed

Lines changed: 10 additions & 9 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions

doc/src/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Welcome to cx_Oracle's documentation!
33

44
**cx_Oracle** is a module that enables access to Oracle Database and conforms
55
to the Python database API specification. This module is currently tested
6-
against Oracle Client 21c, 19c, 18c, 12c, and 11.2, and Python 3.6, 3.7, 3.8
7-
and 3.9. Older versions of cx_Oracle may be used with previous Python
6+
against Oracle Client 21c, 19c, 18c, 12c, and 11.2, and Python 3.6, 3.7, 3.8,
7+
3.9 and 3.10. Older versions of cx_Oracle may be used with previous Python
88
releases.
99

1010
**cx_Oracle** is distributed under an open-source :ref:`license <license>`

doc/src/release_notes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Version 8.3 (TBD)
1313
#) Updated embedded ODPI-C to `version 4.3.0
1414
<https://oracle.github.io/odpi/doc/releasenotes.html#
1515
version-4-3-tbd>`__.
16+
#) Added official support for Python 3.10.
1617
#) Corrected calculation of attribute :data:`MessageProperties.msgid`. Note
1718
that the attribute is now also read only.
1819
#) Binary integer variables now explicitly convert values to integers (since

tox.ini

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)