From 9210c8cdb4f92bb15d192c5509fe0d91b8c5ae92 Mon Sep 17 00:00:00 2001 From: "jan Anja (cybertailor)" Date: Tue, 20 May 2025 16:53:58 +0500 Subject: [PATCH] dev-python/rst2ansi: enable pypy3_11 Signed-off-by: jan Anja (cybertailor) --- dev-python/rst2ansi/rst2ansi-0.1.5-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/rst2ansi/rst2ansi-0.1.5-r3.ebuild b/dev-python/rst2ansi/rst2ansi-0.1.5-r3.ebuild index ec338dc49d..b719c904ea 100644 --- a/dev-python/rst2ansi/rst2ansi-0.1.5-r3.ebuild +++ b/dev-python/rst2ansi/rst2ansi-0.1.5-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 2021-2024 Gentoo Authors +# Copyright 2021-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..13} pypy3_11 ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi