Skip to content

Commit 1f771e1

Browse files
Dropped Python 3.8.
1 parent ff2be82 commit 1f771e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ <h2>Dependencies</h2>
181181

182182
<li>
183183

184-
<p><strong>Python versions 3.8 through 3.13</strong>.</p>
184+
<p><strong>Python versions 3.9 through 3.13</strong>.</p>
185185

186186
<p> Pre-built packages are available on <a
187187
href="https://pypi.org/project/oracledb" >PyPI</a> and other
@@ -283,8 +283,8 @@ <h2>Features</h2>
283283
>PyPI</a> or other repositories. No additional install is required -
284284
you just need an available Oracle Database.</p></li>
285285

286-
<li><p>Support for Python 3.8 and higher. (Older versions of
287-
python-oracledb can be used with Python 3.6 or 3.7).</p></li>
286+
<li><p>Support for Python 3.9 and higher. (Older versions of
287+
python-oracledb can be used with Python versions back to Python 3.6).</p></li>
288288

289289
<li><p>Support for synchronous and concurrent <a
290290
href="https://docs.python.org/3/library/asyncio.html" >asyncio</a> coding

0 commit comments

Comments
 (0)