diff --git a/index.html b/index.html index 7c752d91..4678a69a 100644 --- a/index.html +++ b/index.html @@ -172,7 +172,7 @@

Dependencies

  • -

    Python versions 3.7 through 3.12.

    +

    Python versions 3.8 through 3.13.

    Pre-built packages are available on PyPI and other @@ -272,8 +272,8 @@

    Features

    >PyPI or other repositories. No additional install is required - you just need an available Oracle Database.

  • -
  • Support for Python 3.7 and higher. (Python-oracledb 1.x can be - used with Python 3.6).

  • +
  • Support for Python 3.8 and higher. (Older versions of + python-oracledb can be used with Python 3.6 or 3.7).

  • Support for synchronous and concurrent asyncio coding @@ -314,6 +314,9 @@

    Features

  • Scrollable cursors. Go back and forth through your query results.

  • +
  • Oracle Database 23ai statement pipelining. Keep the database busy + processing statements.

  • +
  • Fetch PL/SQL Implicit Results. Easily return query results from PL/SQL.