commit: 5ce5903cc3b67f81c89545bbb75744b29a17f18e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 15:43:20 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 18 15:43:54 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ce5903c
dev-python/colorful: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/colorful/colorful-0.5.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/colorful/colorful-0.5.6.ebuild
b/dev-python/colorful/colorful-0.5.6.ebuild
index cc1761288e91..a8dc7eaaa069 100644
--- a/dev-python/colorful/colorful-0.5.6.ebuild
+++ b/dev-python/colorful/colorful-0.5.6.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1