From 87603a60bb8fd9e2a3d32e0c212b1f0db4e023f2 Mon Sep 17 00:00:00 2001 From: Anthony Tuininga Date: Tue, 18 Apr 2017 13:47:58 -0600 Subject: [PATCH] Update documentation to indicate that Oracle 12.2 is now supported and exactly which versions of Python are supported. --- doc/src/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/index.rst b/doc/src/index.rst index 93ad9e15..f02b0a39 100644 --- a/doc/src/index.rst +++ b/doc/src/index.rst @@ -3,8 +3,8 @@ 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 built -against Oracle 11.2 and 12.1 and works for both Python 2.x and 3.x. +to the Python database API specification. This module is currently tested +against Oracle Client 11.2, 12.1 and 12.2 and Python 2.7, 3.4, 3.5 and 3.6. **cx_Oracle** is distributed under an open-source :ref:`license ` (the BSD license).