diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-07-09 16:44:30 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-07-09 16:50:14 +0200 |
commit | 15212930330d899c201eb2b18c1ee2b035612ece (patch) | |
tree | b7f26e22037991f88df8f33e89b4cbde75fa0495 /app-portage | |
parent | app-portage/gentoolkit: Enable py3.13 (diff) | |
download | gentoo-15212930330d899c201eb2b18c1ee2b035612ece.tar.gz gentoo-15212930330d899c201eb2b18c1ee2b035612ece.tar.bz2 gentoo-15212930330d899c201eb2b18c1ee2b035612ece.zip |
app-portage/gentoopm: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/gentoopm/gentoopm-0.5.0.ebuild | 2 | ||||
-rw-r--r-- | app-portage/gentoopm/gentoopm-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-portage/gentoopm/gentoopm-0.5.0.ebuild b/app-portage/gentoopm/gentoopm-0.5.0.ebuild index b410c9550d62..64e189747668 100644 --- a/app-portage/gentoopm/gentoopm-0.5.0.ebuild +++ b/app-portage/gentoopm/gentoopm-0.5.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1 diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild index 216267845773..7ca77cd1499b 100644 --- a/app-portage/gentoopm/gentoopm-9999.ebuild +++ b/app-portage/gentoopm/gentoopm-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1 git-r3 |