commit: 346b2b620e198bd0184a65402a1ce737773949fe Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Fri May 30 23:11:50 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jun 1 04:12:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=346b2b62
dev-vcs/git-machete: enable py3.13 Closes: https://bugs.gentoo.org/952491 Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42365 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-vcs/git-machete/git-machete-3.25.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-vcs/git-machete/git-machete-3.25.2.ebuild b/dev-vcs/git-machete/git-machete-3.25.2.ebuild index f91dac7c798c..4aeeb7059b4c 100644 --- a/dev-vcs/git-machete/git-machete-3.25.2.ebuild +++ b/dev-vcs/git-machete/git-machete-3.25.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..13} ) DISTUTILS_USE_PEP517=setuptools inherit bash-completion-r1 distutils-r1
