Skip to content

Commit e8ab395

Browse files
committed
Update homepage for python-oracledb 2.4
1 parent eedf770 commit e8ab395

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

index.html

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

173173
<li>
174174

175-
<p><strong>Python versions 3.7 through 3.12</strong>.</p>
175+
<p><strong>Python versions 3.8 through 3.13</strong>.</p>
176176

177177
<p> Pre-built packages are available on <a
178178
href="https://pypi.org/project/oracledb" >PyPI</a> and other
@@ -272,8 +272,8 @@ <h2>Features</h2>
272272
>PyPI</a> or other repositories. No additional install is required -
273273
you just need an available Oracle Database.</p></li>
274274

275-
<li><p>Support for Python 3.7 and higher. (Python-oracledb 1.x can be
276-
used with Python 3.6).</p></li>
275+
<li><p>Support for Python 3.8 and higher. (Older versions of
276+
python-oracledb can be used with Python 3.6 or 3.7).</p></li>
277277

278278
<li><p>Support for synchronous and concurrent <a
279279
href="https://docs.python.org/3/library/asyncio.html" >asyncio</a> coding
@@ -314,6 +314,9 @@ <h2>Features</h2>
314314
<li><p>Scrollable cursors. Go back and forth through your query
315315
results.</p></li>
316316

317+
<li><p>Oracle Database 23ai statement pipelining. Keep the database busy
318+
processing statements.</p></li>
319+
317320
<li><p>Fetch PL/SQL Implicit Results. Easily return query results from
318321
PL/SQL.</p></li>
319322

0 commit comments

Comments
 (0)