From ca291bff06464a9fd62cbc78d2433ed5c83eeab3 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sun, 4 May 2025 13:27:49 +0200 Subject: [PATCH] chore: test support for PyPY 3.11 --- .github/workflows/tests.yml | 1 + docs/basic/install.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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. -- 2.47.3