diff options
author | 2023-06-04 14:45:10 -0400 | |
---|---|---|
committer | 2023-06-05 06:12:31 +0100 | |
commit | e66858fc6a98d199f7fc7e02d26695308b7080cb (patch) | |
tree | 99dded9ce22edf665e731e3ec8fa2c05a6e5da81 /sys-apps | |
parent | media-libs/mesa: enable py3.12 (diff) | |
download | gentoo-e66858fc6a98d199f7fc7e02d26695308b7080cb.tar.gz gentoo-e66858fc6a98d199f7fc7e02d26695308b7080cb.tar.bz2 gentoo-e66858fc6a98d199f7fc7e02d26695308b7080cb.zip |
sys-apps/systemd-utils: enable py3.12
Signed-off-by: Violet Purcell <vimproved@inventati.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/systemd-utils/systemd-utils-253.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/systemd-utils/systemd-utils-253.5.ebuild b/sys-apps/systemd-utils/systemd-utils-253.5.ebuild index 501135f61291..3a4487c75a7c 100644 --- a/sys-apps/systemd-utils/systemd-utils-253.5.ebuild +++ b/sys-apps/systemd-utils/systemd-utils-253.5.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) QA_PKGCONFIG_VERSION=$(ver_cut 1) |