dev-python/questionary: enable py3.14 and disable py3.11, pypy3_11

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2026-01-03 19:06:20 +05:00
parent 21d4f5a9db
commit 4394c8230d

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{11..13} pypy3_11 )
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1