commit:     5f6fb63bdb35e0ec4a95e00c63d1108ccf2217b0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 11 19:00:36 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 11 19:09:26 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f6fb63b

dev-python/decorator: enable py3.14

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/decorator/decorator-5.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/decorator/decorator-5.2.1.ebuild 
b/dev-python/decorator/decorator-5.2.1.ebuild
index 7885354f2e8f..6021ee0c3684 100644
--- a/dev-python/decorator/decorator-5.2.1.ebuild
+++ b/dev-python/decorator/decorator-5.2.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
 
 inherit distutils-r1 pypi
 

Reply via email to