diff options
author | 2024-10-28 10:55:21 +0000 | |
---|---|---|
committer | 2024-10-30 11:00:57 -0400 | |
commit | 06874535e2b425f6c095d546ba23d0a68c088c83 (patch) | |
tree | 2f0ed81b5dbbd9fa8d32603167cb3a650d3172be /sys-apps/systemd-utils | |
parent | dev-libs/libbytesize: Stabilize 2.11 amd64, #942529 (diff) | |
download | gentoo-06874535e2b425f6c095d546ba23d0a68c088c83.tar.gz gentoo-06874535e2b425f6c095d546ba23d0a68c088c83.tar.bz2 gentoo-06874535e2b425f6c095d546ba23d0a68c088c83.zip |
sys-apps/systemd-utils: enable py3.13
Signed-off-by: Ian Jordan <immoloism@gmail.com>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-apps/systemd-utils')
-rw-r--r-- | sys-apps/systemd-utils/systemd-utils-255.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/systemd-utils/systemd-utils-255.12.ebuild b/sys-apps/systemd-utils/systemd-utils-255.12.ebuild index c1918ffcbc32..a073f48a82c8 100644 --- a/sys-apps/systemd-utils/systemd-utils-255.12.ebuild +++ b/sys-apps/systemd-utils/systemd-utils-255.12.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) QA_PKGCONFIG_VERSION=$(ver_cut 1) |