]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: test support for PyPY 3.11
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 4 May 2025 11:27:49 +0000 (13:27 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 4 May 2025 14:54:43 +0000 (16:54 +0200)
.github/workflows/tests.yml
docs/basic/install.rst

index 6175ad7231eba0f43bdc21264653bc1e17bf265f..1f1f82280a2ecd4a4614e87b1f43cb25e1a0afa8 100644 (file)
@@ -59,6 +59,7 @@ jobs:
           # Test with PyPy.
           - {impl: python, python: "pypy3.9", postgres: "postgres:13"}
           - {impl: python, python: "pypy3.10", postgres: "postgres:14"}
+          - {impl: python, python: "pypy3.11", postgres: "postgres:15"}
 
     env:
       PSYCOPG_IMPL: ${{ matrix.impl }}
index c239cb8a517e1bb7565341f989a0d68919b3f4bd..8e3bcf8ef8afce56492e7bbc20d2224004c794da 100644 (file)
@@ -27,7 +27,7 @@ The Psycopg version documented here has *official and tested* support for:
   - Python 3.6 supported before Psycopg 3.1
   - Python 3.7 supported before Psycopg 3.2
 
-- PyPy: from version 3.9 to 3.10
+- PyPy: from version 3.9 to 3.11
 
   - **Note:** Only the pure Python version is supported.