From 505b3febcf6cf95a29df11b70b3a6a605d6b6d2a Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 13 May 2025 02:13:24 +0100 Subject: [PATCH] dev-python/unidecode: enable py3.14 Signed-off-by: Sam James --- 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 43310f6176a99..077c701239b97 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