commit: 299a34dac11a986ea5021c98e7a5c88fa16aaaa7
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Oct 29 23:52:21 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Oct 29 23:52:21 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=299a34da
dev-python/questionary: enable py3.13
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/questionary/questionary-2.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/questionary/questionary-2.0.1.ebuild
b/dev-python/questionary/questionary-2.0.1.ebuild
index 78557ed8d..9842d61b2 100644
--- a/dev-python/questionary/questionary-2.0.1.ebuild
+++ b/dev-python/questionary/questionary-2.0.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1