@@ -36,7 +36,9 @@ Python-oracledb is typically installed from Python's package repository
36361. Install `Python 3 <https://www.python.org/downloads >`__ if it is not already
3737 available.
3838
39- Use any version from Python 3.8 through 3.13.
39+ Use any version from Python 3.9 through 3.13.
40+
41+ Previous versions of python-oracledb supported older Python versions.
4042
41432. Install python-oracledb, for example:
4244
@@ -154,7 +156,7 @@ Installation Requirements
154156
155157To use python-oracledb, you need:
156158
157- - Python 3.8, 3. 9, 3.10, 3.11, 3.12 or 3.13
159+ - Python 3.9, 3.10, 3.11, 3.12 or 3.13
158160
159161- The Python cryptography package. This package is automatically installed as a
160162 dependency of python-oracledb. It is strongly recommended that you keep the
@@ -705,8 +707,8 @@ Database 23ai.
705707 Installing python-oracledb on macOS
706708===================================
707709
708- Python-oracledb is available as a Universal binary for Python 3.8 , or later, on
709- Apple macOS Intel x86-64 and Apple macOS ARM64 (M1, M2, M3) architectures.
710+ Python-oracledb is available as a Universal binary for Python 3.9 , or later, on
711+ Apple macOS Intel x86-64 and Apple macOS ARM64 (M1, M2, M3, M4 ) architectures.
710712
711713Install python-oracledb
712714-----------------------
0 commit comments