From 533c1f54d6f10c5201d12f0b26d5d0a908553942 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Fri, 10 Oct 2025 20:25:27 +0200 Subject: [PATCH] Test PyPy 3.11 PyPy 3.11 is the currently supported version. Perhaps we should get rid of PyPy 3.9 and 3.10, but let's defer to a later PR or commit. --- .github/workflows/ci.yml | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c608186..5e8cc34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,6 +9,7 @@ jobs: python-version: - "pypy-3.9" - "pypy-3.10" + - "pypy-3.11" - "3.9" - "3.10" - "3.11" diff --git a/tox.ini b/tox.ini index f33c70f..98035e8 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] envlist = py{39, 310, 311, 312, 313, 314} - pypy{39, 310} + pypy{39, 310, 311} pep8 packaging noextra