]> 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 11:27:49 +0000 (13:27 +0200)
.github/workflows/tests.yml
docs/basic/install.rst

index cbf6bb0794d8e476c356ebcfc3d43bbd1a685987..fc14197cec83e683ae0a19f9d89dff8ce7de696b 100644 (file)
@@ -57,6 +57,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 084b7b9b7b440791e785f4db3e94bb6c6227fc0e..e43c4d0f8b6d9fff612972d73d1aba2ecefcb20c 100644 (file)
@@ -28,7 +28,7 @@ The Psycopg version documented here has *official and tested* support for:
   - Python 3.7 supported before Psycopg 3.2
   - Python 3.6 supported before Psycopg 3.1
 
-- PyPy: from version 3.9 to 3.10
+- PyPy: from version 3.9 to 3.11
 
   - **Note:** Only the pure Python version is supported.