commit: 505b3febcf6cf95a29df11b70b3a6a605d6b6d2a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 13 01:13:24 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 13 01:13:24 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=505b3feb
dev-python/unidecode: enable py3.14
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/unidecode/unidecode-1.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/unidecode/unidecode-1.4.0.ebuild
b/dev-python/unidecode/unidecode-1.4.0.ebuild
index 43310f6176a9..077c701239b9 100644
--- a/dev-python/unidecode/unidecode-1.4.0.ebuild
+++ b/dev-python/unidecode/unidecode-1.4.0.ebuild
@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYPI_PN=${PN^}
-PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
inherit distutils-r1 pypi