From: Daniele Varrazzo Date: Sun, 4 May 2025 11:27:49 +0000 (+0200) Subject: chore: test support for PyPY 3.11 X-Git-Tag: 3.2.8~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b88c5c28fb05a94f8e4e2e9cafe9f1e358fae9a;p=thirdparty%2Fpsycopg.git chore: test support for PyPY 3.11 --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6175ad723..1f1f82280 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 }} diff --git a/docs/basic/install.rst b/docs/basic/install.rst index c239cb8a5..8e3bcf8ef 100644 --- a/docs/basic/install.rst +++ b/docs/basic/install.rst @@ -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.