dev-python/rst2ansi: enable pypy3_11

Signed-off-by: jan Anja (cybertailor) <cyber+gentoo@sysrq.in>
This commit is contained in:
jan Anja (cybertailor)
2025-05-20 16:53:58 +05:00
parent e748aeff34
commit 9210c8cdb4

View File

@@ -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