@@ -36,7 +36,9 @@ Python-oracledb is typically installed from Python's package repository
36
36
1. Install `Python 3 <https://www.python.org/downloads >`__ if it is not already
37
37
available.
38
38
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.
40
42
41
43
2. Install python-oracledb, for example:
42
44
@@ -154,7 +156,7 @@ Installation Requirements
154
156
155
157
To use python-oracledb, you need:
156
158
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
158
160
159
161
- The Python cryptography package. This package is automatically installed as a
160
162
dependency of python-oracledb. It is strongly recommended that you keep the
@@ -705,8 +707,8 @@ Database 23ai.
705
707
Installing python-oracledb on macOS
706
708
===================================
707
709
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.
710
712
711
713
Install python-oracledb
712
714
-----------------------
0 commit comments