Skip to content

Commit 02d336c

Browse files
Tweak notes about supported versions.
1 parent 79902e1 commit 02d336c

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@ of exclusions. See the
77
[homepage](https://oracle.github.io/python-cx_Oracle/index.html) for a
88
feature list.
99

10-
cx_Oracle 7 has been tested with Python version 2.7, and with versions
11-
3.5 and higher. You can use cx_Oracle with Oracle 11.2 and higher client
12-
libraries (including Oracle 18.3). Oracle's standard client-server version
13-
interoperability allows connection to both older and newer databases,
14-
for example Oracle 18.3 client libraries can connect to Oracle
15-
Database 11.2.
10+
cx_Oracle 7 has been tested with Python version 2.7, and with versions 3.5
11+
through 3.8. You can use cx_Oracle with Oracle 11.2, 12.1 and 12.2, 18c and 19c
12+
client libraries. Oracle's standard client-server version interoperability
13+
allows connection to both older and newer databases. For example Oracle 19c
14+
client libraries can connect to Oracle Database 11.2.
1615

1716
## Installation
1817

0 commit comments

Comments
 (0)