Revert "dev-vcs/git-filter-repo: Add python3.14 support"

This reverts commit 31c6a68fce.

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@gentoo.org>
This commit is contained in:
Sam James
2025-11-04 20:35:00 +00:00
parent 87826b478c
commit 994d5071fe

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..14} )
PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1