From ea4a9d120e0dbe3b4f037399c2d3f671fbdfdc40 Mon Sep 17 00:00:00 2001 From: Anthony Tuininga Date: Mon, 6 Aug 2018 15:34:50 -0600 Subject: [PATCH] Support for Python 3.4 has been dropped. --- doc/src/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/installation.rst b/doc/src/installation.rst index b3180ed..2a32021 100644 --- a/doc/src/installation.rst +++ b/doc/src/installation.rst @@ -11,7 +11,7 @@ Overview To use cx_Oracle 7 with Python and Oracle Database you need: -- Python 2.7 or 3.4 and higher. Older versions of cx_Oracle may work +- Python 2.7 or 3.5 and higher. Older versions of cx_Oracle may work with older versions of Python. - Oracle client libraries. These can be from the free `Oracle Instant @@ -31,7 +31,7 @@ Quick Start cx_Oracle Installation ================================== - An installation of `Python `__ is - needed. Python 2.7 and Python 3.4 and higher are supported by cx_Oracle 7. + needed. Python 2.7 and Python 3.5 and higher are supported by cx_Oracle 7. - Install cx_Oracle from `PyPI `__ with::