From 5c41ce1f056c34ae0ef9432ddd7869c9120ca1f7 Mon Sep 17 00:00:00 2001 From: Anthony Tuininga Date: Tue, 8 Dec 2020 13:18:07 -0700 Subject: [PATCH] Tweak top-level description for Oracle Client library and Python support levels. --- README.md | 2 +- doc/src/index.rst | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5b6098e..9d10fab 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ of exclusions. See the feature list. cx_Oracle 8 has been tested with Python versions 3.6 through 3.9. You can use -cx_Oracle with Oracle 11.2, 12c, 18c and 19c client libraries. Oracle's +cx_Oracle with Oracle 11.2, 12c, 18c, 19c and 21c client libraries. Oracle's standard client-server version interoperability allows connection to both older and newer databases. For example Oracle 19c client libraries can connect to Oracle Database 11.2. Older versions of cx_Oracle may work with older diff --git a/doc/src/index.rst b/doc/src/index.rst index c7ae330..1cd827a 100644 --- a/doc/src/index.rst +++ b/doc/src/index.rst @@ -1,11 +1,11 @@ - Welcome to cx_Oracle's documentation! ===================================== **cx_Oracle** is a module that enables access to Oracle Database and conforms to the Python database API specification. This module is currently tested -against Oracle Client 19c, 18c, 12c, and 11.2, and Python 3.5, 3.6, 3.7 and -3.8. Older versions of cx_Oracle may be used with previous Python releases. +against Oracle Client 21c, 19c, 18c, 12c, and 11.2, and Python 3.6, 3.7, 3.8 +and 3.9. Older versions of cx_Oracle may be used with previous Python +releases. **cx_Oracle** is distributed under an open-source :ref:`license ` (the BSD license). A detailed description of cx_Oracle changes can be found in @@ -65,4 +65,3 @@ Indices and tables * :ref:`genindex` * :ref:`modindex` * :ref:`search` -