dev-python/rich-click: enable pypy3

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova 2024-12-03 09:23:00 +05:00
parent ca4e3ba365
commit fabfb81ef8
No known key found for this signature in database
GPG Key ID: E7B76EDC50864BB1

View File

@ -4,7 +4,7 @@
EAPI=8 EAPI=8
DISTUTILS_USE_PEP517=setuptools DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..13} ) PYTHON_COMPAT=( python3_{11..13} pypy3 )
inherit click-app distutils-r1 inherit click-app distutils-r1