commit: 2e79b6a0ab5d5e1f4793569cb123bbb649c67fad
Author: Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Thu Nov 14 18:33:39 2024 +0000
Commit: Henri Gasc <gasc <AT> eurecom <DOT> fr>
CommitDate: Thu Nov 14 18:42:38 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2e79b6a0
dev-python/textual-dev: enable py3.13
Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>
dev-python/textual-dev/textual-dev-1.6.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/textual-dev/textual-dev-1.6.1.ebuild
b/dev-python/textual-dev/textual-dev-1.6.1.ebuild
index 78cb1e71a..2f949f94e 100644
--- a/dev-python/textual-dev/textual-dev-1.6.1.ebuild
+++ b/dev-python/textual-dev/textual-dev-1.6.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi