*/*: disable py3.10 and pypy3

Python 3.10 / PyPy 3.10 targets were disabled on the 1st of May.

Finishes bb0aae8ad3

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2025-05-02 22:25:49 +05:00
parent ac769d0b6c
commit 72bfd0c2b1
61 changed files with 61 additions and 61 deletions

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..13} pypy3 )
PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1 pypi
DESCRIPTION="Python REPL build on top of prompt-toolkit"