commit: 3bad281a5a6ca6fc029dfea88e5119fb501bef6a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 28 12:20:42 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb 28 13:18:23 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bad281a
dev-python/prettytable: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/prettytable/prettytable-3.15.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/prettytable/prettytable-3.15.1.ebuild
b/dev-python/prettytable/prettytable-3.15.1.ebuild
index 5e1bdad68b08..6f35d36defca 100644
--- a/dev-python/prettytable/prettytable-3.15.1.ebuild
+++ b/dev-python/prettytable/prettytable-3.15.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
inherit distutils-r1 pypi