Skip to content

Commit 571ac8c

Browse files
Update versions and mention asyncio.
1 parent b217457 commit 571ac8c

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

index.html

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,15 @@ <h2>The python-oracledb driver for Oracle Database</h2>
9494

9595
</p>
9696

97+
<p>
98+
99+
Synchronous and concurrent <a
100+
href="https://docs.python.org/3/library/asyncio.html" >asyncio</a>
101+
coding styles are supported.
102+
103+
</p>
104+
105+
97106
</div> <!-- /about -->
98107

99108
<div id="quickstart">
@@ -163,11 +172,10 @@ <h2>Dependencies</h2>
163172

164173
<li>
165174

166-
<p><strong>Python versions 3.6 through 3.12</strong>.</p>
175+
<p><strong>Python versions 3.7 through 3.12</strong>.</p>
167176

168177
<p> Pre-built packages on <a
169-
href="https://pypi.org/project/oracledb" >PyPI</a> are available for Windows Python 3.7 or later, for macOS
170-
Python 3.7 or later, and for Linux Python 3.6 or later.</p>
178+
href="https://pypi.org/project/oracledb" >PyPI</a> are available for Python 3.7 and later.</p>
171179

172180
<p>Source code is also available.</p>
173181

@@ -262,7 +270,11 @@ <h2>Features</h2>
262270
>PyPI</a>. No additional install is required - you just need an
263271
available Oracle Database.</p></li>
264272

265-
<li><p>Support for Python 3.6 and higher.</p></li>
273+
<li><p>Support for Python 3.7 and higher. (Python-oracledb 1 can be used with Python 3.6).</p></li>
274+
275+
<li><p>Support for synchronous and concurrent <a
276+
href="https://docs.python.org/3/library/asyncio.html" >asyncio</a> coding
277+
styles.</p></li>
266278

267279
<li><p>Connects to Oracle Database 11.2, 12, 18, 19, 21 or 23 on-premises
268280
or in the Cloud.</p></li>
@@ -346,7 +358,7 @@ <h2>Features</h2>
346358

347359
</ul>
348360

349-
<p>Some features above are only available in Thick mode. See the user
361+
<p>Not all features are available in both Thin and Thick modes. See the user
350362
documentation <a
351363
href="https://python-oracledb.readthedocs.io/en/latest/user_guide/appendix_a.html"
352364
>Oracle Database Features Supported by python-oracledb</a> for more

0 commit comments

Comments
 (0)