commit: f53100a8af3be393fa489e736f509e2dba2a4c62
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 24 20:16:17 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 24 20:56:57 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f53100a8
dev-python/urwidtrees: enable py3.14
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/urwidtrees/urwidtrees-1.0.3-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/urwidtrees/urwidtrees-1.0.3-r2.ebuild
b/dev-python/urwidtrees/urwidtrees-1.0.3-r2.ebuild
index 9a0f420d48b6..3be31a64fdd1 100644
--- a/dev-python/urwidtrees/urwidtrees-1.0.3-r2.ebuild
+++ b/dev-python/urwidtrees/urwidtrees-1.0.3-r2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1