commit: cd2ebcaa75213e28e5e06d9f756a55270c3d5922
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 3 03:37:42 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jun 3 04:59:30 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd2ebcaa
dev-python/wcag-contrast-ratio: Enable py3.{13,14}t
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/wcag-contrast-ratio/wcag-contrast-ratio-0.9-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/wcag-contrast-ratio/wcag-contrast-ratio-0.9-r1.ebuild
b/dev-python/wcag-contrast-ratio/wcag-contrast-ratio-0.9-r1.ebuild
index 9b133a29448f..48be0ba3ae5e 100644
--- a/dev-python/wcag-contrast-ratio/wcag-contrast-ratio-0.9-r1.ebuild
+++ b/dev-python/wcag-contrast-ratio/wcag-contrast-ratio-0.9-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
+PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 )
inherit distutils-r1