diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-07-09 16:36:08 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-07-09 16:50:09 +0200 |
commit | ac5035880c05b8469a247e8ce3236e64d7963235 (patch) | |
tree | 75f91940e1689c2f539412cf190dee948e9fba7e /sys-libs/libselinux/libselinux-9999.ebuild | |
parent | dev-python/deepdiff: Remove old (diff) | |
download | gentoo-ac5035880c05b8469a247e8ce3236e64d7963235.tar.gz gentoo-ac5035880c05b8469a247e8ce3236e64d7963235.tar.bz2 gentoo-ac5035880c05b8469a247e8ce3236e64d7963235.zip |
sys-libs/libselinux: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs/libselinux/libselinux-9999.ebuild')
-rw-r--r-- | sys-libs/libselinux/libselinux-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libselinux/libselinux-9999.ebuild b/sys-libs/libselinux/libselinux-9999.ebuild index 29818462940a..000aae0c00a1 100644 --- a/sys-libs/libselinux/libselinux-9999.ebuild +++ b/sys-libs/libselinux/libselinux-9999.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} ) USE_RUBY="ruby31 ruby32 ruby33" # No, I am not calling ruby-ng |