From: Daniele Varrazzo Date: Sun, 4 May 2025 11:27:49 +0000 (+0200) Subject: chore: test support for PyPY 3.11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ca291bff06464a9fd62cbc78d2433ed5c83eeab3;p=thirdparty%2Fpsycopg.git chore: test support for PyPY 3.11 --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cbf6bb079..fc14197ce 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 }} diff --git a/docs/basic/install.rst b/docs/basic/install.rst index 084b7b9b7..e43c4d0f8 100644 --- a/docs/basic/install.rst +++ b/docs/basic/install.rst @@ -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.