Skip to content

Commit c8169cb

Browse files
Minor tweaks to README.txt.
1 parent b28e04e commit c8169cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Open Source Python/Oracle Utility - cx_Oracle
22
---------------------------------------------
3-
cx_Oracle is a Python extension module that enables access to Oracle databases
3+
cx_Oracle is a Python extension module that enables access to Oracle Database
44
and conforms to the Python database API 2.0 specifications with a considerable
55
number of additions and a couple of exclusions. The time data type is not
66
supported by Oracle and is therefore not implemented. The method
@@ -43,8 +43,8 @@ commands instead
4343
python setup.py build
4444
python setup.py install
4545

46-
This module has been built with Oracle 10g, 11g and 12c on Linux and Windows.
47-
Others have reported success with other platforms such as Mac OS X.
46+
This module has been built with Oracle client 11.1, 12.1 and 12.2 on Linux and
47+
Windows. Others have reported success with other platforms such as macOS.
4848

4949
See BUILD.txt for additional information.
5050

0 commit comments

Comments
 (0)