commit: 39e6a05cbea4531912ed418e3a0bc153a90d1478
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 11 18:33:34 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 11 18:35:17 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39e6a05c
dev-python/flit-scm: enable py3.14
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/flit-scm/flit-scm-1.7.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/flit-scm/flit-scm-1.7.0.ebuild
b/dev-python/flit-scm/flit-scm-1.7.0.ebuild
index 21e0a9a5d954..0c5089c910a9 100644
--- a/dev-python/flit-scm/flit-scm-1.7.0.ebuild
+++ b/dev-python/flit-scm/flit-scm-1.7.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=standalone
-PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
+PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..14} )
inherit distutils-r1