diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-07-09 16:48:32 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-07-09 16:50:19 +0200 |
commit | ec44781d405b1b4e65d6be600aff131fc4a8b3ae (patch) | |
tree | c6545073c350334dbc4d15a17d8b2b1458a5babe /app-portage | |
parent | app-portage/diffmask: Enable py3.13 (diff) | |
download | gentoo-ec44781d405b1b4e65d6be600aff131fc4a8b3ae.tar.gz gentoo-ec44781d405b1b4e65d6be600aff131fc4a8b3ae.tar.bz2 gentoo-ec44781d405b1b4e65d6be600aff131fc4a8b3ae.zip |
app-portage/gpyutils: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/gpyutils/gpyutils-0.13.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-portage/gpyutils/gpyutils-0.13.1.ebuild b/app-portage/gpyutils/gpyutils-0.13.1.ebuild index 3e8b40b49ef2..363a3979705c 100644 --- a/app-portage/gpyutils/gpyutils-0.13.1.ebuild +++ b/app-portage/gpyutils/gpyutils-0.13.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 |