dev-python/survey: enable py3.13, py3.14

Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
Viorel Munteanu
2025-05-22 10:12:04 +03:00
parent c08c94393e
commit 6eb7311c43

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..12} )
PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1
DESCRIPTION="A simple library for creating beautiful interactive prompts"