From 6eb7311c433f5d3c878515abee835974e12e876d Mon Sep 17 00:00:00 2001 From: Viorel Munteanu Date: Thu, 22 May 2025 10:12:04 +0300 Subject: [PATCH] dev-python/survey: enable py3.13, py3.14 Signed-off-by: Viorel Munteanu --- dev-python/survey/survey-5.4.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/survey/survey-5.4.2.ebuild b/dev-python/survey/survey-5.4.2.ebuild index 39643f2d9b..323dcf82a1 100644 --- a/dev-python/survey/survey-5.4.2.ebuild +++ b/dev-python/survey/survey-5.4.2.ebuild @@ -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"