Skip to content

Commit 5550bf4

Browse files
Released cx_Oracle 8.
1 parent d3a4e49 commit 5550bf4

File tree

2 files changed

+138
-74
lines changed

2 files changed

+138
-74
lines changed

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<img class="headerLogo" alt="cx_Oracle logo" src="logo.png" />
2323
</div>
2424
<div class="headerContent">
25-
<h1 class="headerTitle">cx_Oracle version 7.3</h1>
25+
<h1 class="headerTitle">cx_Oracle version 8.0</h1>
2626
<nav class="headerNav" role="navigation">
2727
<ul>
2828
<li><a href="http://cx-oracle.readthedocs.io/en/latest/index.html">Documentation</a></li>
@@ -51,11 +51,11 @@ <h2>About cx_Oracle</h2>
5151
specification</a> with a considerable number of additions and a
5252
couple of exclusions.</p>
5353

54-
<p>cx_Oracle 7 has been tested with Python version 2.7, and with versions
55-
3.5 through 3.8. You can use cx_Oracle with Oracle 11.2, 12, 18 and 19
56-
client libraries. Oracle's standard client-server version interoperability
57-
allows connection to both older and newer databases. For example Oracle
58-
19c client libraries can connect to Oracle Database 11.2.</p>
54+
<p>cx_Oracle 8 has been tested with Python versions 3.5 through 3.8. You
55+
can use cx_Oracle with Oracle 11.2, 12, 18 and 19 client libraries.
56+
Oracle's standard client-server version interoperability allows
57+
connection to both older and newer databases. For example Oracle 19c
58+
client libraries can connect to Oracle Database 11.2.</p>
5959

6060
</div> <!-- /about -->
6161

0 commit comments

Comments
 (0)