diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-07-05 12:17:20 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-07-05 12:17:42 +0300 |
commit | eb87a195ac678d6ba2d2210e57c2590d2a3a2d6a (patch) | |
tree | 2ce01f99f0595212052faaee55c3226fb0440827 /dev-vcs/git/git-9999.ebuild | |
parent | media-video/handbrake: added missing includes + scrubbed patches (diff) | |
download | gentoo-eb87a195ac678d6ba2d2210e57c2590d2a3a2d6a.tar.gz gentoo-eb87a195ac678d6ba2d2210e57c2590d2a3a2d6a.tar.bz2 gentoo-eb87a195ac678d6ba2d2210e57c2590d2a3a2d6a.zip |
dev-vcs/git: enable py3.13
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-vcs/git/git-9999.ebuild')
-rw-r--r-- | dev-vcs/git/git-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-9999.ebuild b/dev-vcs/git/git-9999.ebuild index d375f35e5ccf..9bcb72d24650 100644 --- a/dev-vcs/git/git-9999.ebuild +++ b/dev-vcs/git/git-9999.ebuild @@ -6,7 +6,7 @@ EAPI=8 GENTOO_DEPEND_ON_PERL=no # bug #329479: git-remote-testgit is not multiple-version aware -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit toolchain-funcs perl-module bash-completion-r1 optfeature plocale python-single-r1 systemd |