From 8b88c5c28fb05a94f8e4e2e9cafe9f1e358fae9a 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 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. -- 2.47.2