Skip to content

Commit 076f23e

Browse files
committed
Deploying to master from @ psycopg/psycopg-website@d152452 🚀
1 parent 3d20bc7 commit 076f23e

File tree

5 files changed

+12
-9
lines changed

5 files changed

+12
-9
lines changed

psycopg3/docs/_sources/basic/install.rst.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,15 @@ Supported systems
2222

2323
The Psycopg version documented here has *official and tested* support for:
2424

25-
- Python: from version 3.9 to 3.13
25+
- Python: from version 3.10 to 3.13
2626

27-
- Python 3.8 supported before Psycopg 3.3
27+
- Python 3.8 and 3.9 supported before Psycopg 3.3
2828
- Python 3.7 supported before Psycopg 3.2
2929
- Python 3.6 supported before Psycopg 3.1
3030

31-
- PyPy: from version 3.9 to 3.11
31+
- PyPy: from version 3.10 to 3.11
3232

33+
- PyPy 3.9 supported before Psycopg 3.3
3334
- **Note:** Only the pure Python version is supported.
3435

3536
- PostgreSQL: from version 10 to 17

psycopg3/docs/_sources/news.rst.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ Future releases
1313
Psycopg 3.3.0 (unreleased)
1414
^^^^^^^^^^^^^^^^^^^^^^^^^^
1515

16-
- Drop support for Python 3.8.
16+
- Drop support for Python 3.8 (:ticket:`#976`) and 3.9 (:ticket:`#1056`).
17+
1718

1819
Psycopg 3.2.8 (unreleased)
1920
^^^^^^^^^^^^^^^^^^^^^^^^^^

psycopg3/docs/basic/install.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,15 +265,16 @@
265265
<span id="id2"></span><h2>Supported systems<a class="headerlink" href="#supported-systems" title="Permalink to this heading">#</a></h2>
266266
<p>The Psycopg version documented here has <em>official and tested</em> support for:</p>
267267
<ul class="simple">
268-
<li><p>Python: from version 3.9 to 3.13</p>
268+
<li><p>Python: from version 3.10 to 3.13</p>
269269
<ul>
270-
<li><p>Python 3.8 supported before Psycopg 3.3</p></li>
270+
<li><p>Python 3.8 and 3.9 supported before Psycopg 3.3</p></li>
271271
<li><p>Python 3.7 supported before Psycopg 3.2</p></li>
272272
<li><p>Python 3.6 supported before Psycopg 3.1</p></li>
273273
</ul>
274274
</li>
275-
<li><p>PyPy: from version 3.9 to 3.11</p>
275+
<li><p>PyPy: from version 3.10 to 3.11</p>
276276
<ul>
277+
<li><p>PyPy 3.9 supported before Psycopg 3.3</p></li>
277278
<li><p><strong>Note:</strong> Only the pure Python version is supported.</p></li>
278279
</ul>
279280
</li>

psycopg3/docs/news.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ <h2>Future releases<a class="headerlink" href="#future-releases" title="Permalin
255255
<section id="psycopg-3-3-0-unreleased">
256256
<h3>Psycopg 3.3.0 (unreleased)<a class="headerlink" href="#psycopg-3-3-0-unreleased" title="Permalink to this heading">#</a></h3>
257257
<ul class="simple">
258-
<li><p>Drop support for Python 3.8.</p></li>
258+
<li><p>Drop support for Python 3.8 (ticket <a class="reference external" href="https://github.com/psycopg/psycopg/issues/976">#976</a>) and 3.9 (ticket <a class="reference external" href="https://github.com/psycopg/psycopg/issues/1056">#1056</a>).</p></li>
259259
</ul>
260260
</section>
261261
<section id="psycopg-3-2-8-unreleased">

psycopg3/docs/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)