commit: c46ae17e269380b970c7161ffd1c1a16f7f86396
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 7 06:03:15 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 7 06:25:27 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c46ae17e
dev-python/pycodestyle: enable py3.14
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/pycodestyle/pycodestyle-2.13.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pycodestyle/pycodestyle-2.13.0.ebuild
b/dev-python/pycodestyle/pycodestyle-2.13.0.ebuild
index c202e6c9ee7f..42fcf4baf073 100644
--- a/dev-python/pycodestyle/pycodestyle-2.13.0.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.13.0.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