From 39fa0fcaa52380a188ad39ad2e3cee7a27fe5dcb Mon Sep 17 00:00:00 2001 From: bashonly Date: Tue, 29 Jul 2025 18:30:40 -0500 Subject: [PATCH] [setup.cfg] missed a spot (PyPy 3.11) Authored by: bashonly --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 20d40cd30..a556eb29f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,7 @@ remove-unused-variables = true [tox:tox] skipsdist = true -envlist = py{39,310,311,312,313},pypy310 +envlist = py{39,310,311,312,313},pypy311 skip_missing_interpreters = true [testenv] # tox