diff options
author | Sam James <sam@gentoo.org> | 2023-01-10 05:35:50 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-10 05:35:50 +0000 |
commit | 885d5aef8f5efb561c7c8da1bbecc24ef3212350 (patch) | |
tree | 5202920b81910b3825fc52374ae3cfd48a737123 /sys-process | |
parent | media-libs/libmypaint: enable py3.11 (diff) | |
download | gentoo-885d5aef8f5efb561c7c8da1bbecc24ef3212350.tar.gz gentoo-885d5aef8f5efb561c7c8da1bbecc24ef3212350.tar.bz2 gentoo-885d5aef8f5efb561c7c8da1bbecc24ef3212350.zip |
sys-process/systemd-cron: enable py3.11
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/systemd-cron/systemd-cron-1.15.19-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-process/systemd-cron/systemd-cron-1.15.19-r1.ebuild b/sys-process/systemd-cron/systemd-cron-1.15.19-r1.ebuild index 400475508671..aedb1ef00c44 100644 --- a/sys-process/systemd-cron/systemd-cron-1.15.19-r1.ebuild +++ b/sys-process/systemd-cron/systemd-cron-1.15.19-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( pypy3 python3_{8..10} ) +PYTHON_COMPAT=( pypy3 python3_{8..11} ) inherit python-single-r1 systemd DESCRIPTION="systemd units to create timers for cron directories and crontab" |