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

Signed-off-by: Sasha Finkelstein <fnkl.kernel@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44450
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sasha Finkelstein 2025-11-03 15:07:31 +01:00 committed by Sam James
parent 4731df2201
commit 31c6a68fce
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

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