From 3ad08664ecc3c0c720a7724a3d9447d7dbd57e11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 28 Feb 2025 17:50:37 +0100 Subject: [PATCH] dev-python/tables: Enable pypy3.11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/tables/tables-3.10.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/tables/tables-3.10.2.ebuild b/dev-python/tables/tables-3.10.2.ebuild index 0ac6c1b11bdac..224c6ffd49cc8 100644 --- a/dev-python/tables/tables-3.10.2.ebuild +++ b/dev-python/tables/tables-3.10.2.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{10..13} ) +PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 prefix pypi