commit: 2a1d5ab52c07473cf8822c9364f5e179abe70234 Author: Yixun Lan <dlan <AT> gentoo <DOT> org> AuthorDate: Sat Mar 29 13:10:19 2025 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Sat Mar 29 13:17:33 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a1d5ab5
dev-vcs/git-publish: enable py3.13 Closes: https://bugs.gentoo.org/952463 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> .../{git-publish-1.8.2.ebuild => git-publish-1.8.2-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-vcs/git-publish/git-publish-1.8.2.ebuild b/dev-vcs/git-publish/git-publish-1.8.2-r1.ebuild similarity index 92% rename from dev-vcs/git-publish/git-publish-1.8.2.ebuild rename to dev-vcs/git-publish/git-publish-1.8.2-r1.ebuild index 92a171e58279..2a9f025aedfd 100644 --- a/dev-vcs/git-publish/git-publish-1.8.2.ebuild +++ b/dev-vcs/git-publish/git-publish-1.8.2-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 2021-2024 Gentoo Authors +# Copyright 2021-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit python-single-r1 DESCRIPTION="Tool for preparing and storing patch revisions as git tag"
