File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,11 @@ of exclusions. See the
7
7
[ homepage] ( https://oracle.github.io/python-cx_Oracle/index.html ) for a
8
8
feature list.
9
9
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.
16
15
17
16
## Installation
18
17
You can’t perform that action at this time.
0 commit comments