commit: 994d5071febce8948a73a13c2db3b7df18fcaf85
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 4 20:35:00 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 4 20:36:45 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=994d5071
Revert "dev-vcs/git-filter-repo: Add python3.14 support"
This reverts commit 31c6a68fce20c5180d5717f4ce65175ce4549a63.
This fails tests for me, I think it needs a backport of
c1d8461ee34c6d3f987e0f19191f2105cb2a33c8 upstream, but I can't test
that right now.
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-vcs/git-filter-repo/git-filter-repo-2.47.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-vcs/git-filter-repo/git-filter-repo-2.47.0.ebuild
b/dev-vcs/git-filter-repo/git-filter-repo-2.47.0.ebuild
index f6a219f4f7c8..88f25aaeed0b 100644
--- a/dev-vcs/git-filter-repo/git-filter-repo-2.47.0.ebuild
+++ b/dev-vcs/git-filter-repo/git-filter-repo-2.47.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..14} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1