Skip to content

Commit 5c41ce1

Browse files
Tweak top-level description for Oracle Client library and Python support
levels.
1 parent 86c106d commit 5c41ce1

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ of exclusions. See the
88
feature list.
99

1010
cx_Oracle 8 has been tested with Python versions 3.6 through 3.9. You can use
11-
cx_Oracle with Oracle 11.2, 12c, 18c and 19c client libraries. Oracle's
11+
cx_Oracle with Oracle 11.2, 12c, 18c, 19c and 21c client libraries. Oracle's
1212
standard client-server version interoperability allows connection to both older
1313
and newer databases. For example Oracle 19c client libraries can connect to
1414
Oracle Database 11.2. Older versions of cx_Oracle may work with older

doc/src/index.rst

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
21
Welcome to cx_Oracle's documentation!
32
=====================================
43

54
**cx_Oracle** is a module that enables access to Oracle Database and conforms
65
to the Python database API specification. This module is currently tested
7-
against Oracle Client 19c, 18c, 12c, and 11.2, and Python 3.5, 3.6, 3.7 and
8-
3.8. Older versions of cx_Oracle may be used with previous Python releases.
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
8+
releases.
99

1010
**cx_Oracle** is distributed under an open-source :ref:`license <license>`
1111
(the BSD license). A detailed description of cx_Oracle changes can be found in
@@ -65,4 +65,3 @@ Indices and tables
6565
* :ref:`genindex`
6666
* :ref:`modindex`
6767
* :ref:`search`
68-

0 commit comments

Comments
 (0)