diff options
author | Ian Jordan <immoloism@gmail.com> | 2024-11-15 02:34:56 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2024-11-14 19:36:35 -0800 |
commit | 48f455e99851eb3f0f4bb692d569ca7f852cfc5a (patch) | |
tree | 6c2bc67809f85ba6767351a259dad70111c7092b /app-portage | |
parent | www-client/chromium: set RUST_NEEDS_LLVM (diff) | |
download | gentoo-48f455e99851eb3f0f4bb692d569ca7f852cfc5a.tar.gz gentoo-48f455e99851eb3f0f4bb692d569ca7f852cfc5a.tar.bz2 gentoo-48f455e99851eb3f0f4bb692d569ca7f852cfc5a.zip |
app-portage/mirrorselect: enable py3.13
Signed-off-by: Ian Jordan <immoloism@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/39323
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/mirrorselect/mirrorselect-2.5.0.ebuild | 2 | ||||
-rw-r--r-- | app-portage/mirrorselect/mirrorselect-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/mirrorselect/mirrorselect-2.5.0.ebuild b/app-portage/mirrorselect/mirrorselect-2.5.0.ebuild index 84d761c3fd85..84b6f821ce41 100644 --- a/app-portage/mirrorselect/mirrorselect-2.5.0.ebuild +++ b/app-portage/mirrorselect/mirrorselect-2.5.0.ebuild @@ -4,7 +4,7 @@ EAPI="8" DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) PYTHON_REQ_USE="xml(+)" inherit edo distutils-r1 prefix diff --git a/app-portage/mirrorselect/mirrorselect-9999.ebuild b/app-portage/mirrorselect/mirrorselect-9999.ebuild index 523bb1796e94..82cb7c0a7f91 100644 --- a/app-portage/mirrorselect/mirrorselect-9999.ebuild +++ b/app-portage/mirrorselect/mirrorselect-9999.ebuild @@ -4,7 +4,7 @@ EAPI="8" DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) PYTHON_REQ_USE="xml(+)" inherit edo distutils-r1 prefix |