Tweak notes about supported versions.

This commit is contained in:
Anthony Tuininga 2019-11-29 15:19:45 -07:00
parent 79902e11e4
commit 02d336c5e9

View File

@ -7,12 +7,11 @@ of exclusions. See the
[homepage](https://oracle.github.io/python-cx_Oracle/index.html) for a [homepage](https://oracle.github.io/python-cx_Oracle/index.html) for a
feature list. feature list.
cx_Oracle 7 has been tested with Python version 2.7, and with versions cx_Oracle 7 has been tested with Python version 2.7, and with versions 3.5
3.5 and higher. You can use cx_Oracle with Oracle 11.2 and higher client through 3.8. You can use cx_Oracle with Oracle 11.2, 12.1 and 12.2, 18c and 19c
libraries (including Oracle 18.3). Oracle's standard client-server version client libraries. Oracle's standard client-server version interoperability
interoperability allows connection to both older and newer databases, allows connection to both older and newer databases. For example Oracle 19c
for example Oracle 18.3 client libraries can connect to Oracle client libraries can connect to Oracle Database 11.2.
Database 11.2.
## Installation ## Installation