diff options
author | Kenton Groombridge <concord@gentoo.org> | 2024-06-06 09:38:02 -0400 |
---|---|---|
committer | Kenton Groombridge <concord@gentoo.org> | 2024-06-06 09:44:50 -0400 |
commit | 75d5fe26e5623e2485b8a718fb9728310c47d66b (patch) | |
tree | bf72170418fccab82e7bd7eb51c7ea9d58e1821a /sys-apps | |
parent | sys-libs/libsemanage: enable py3.12 (diff) | |
download | gentoo-75d5fe26e5623e2485b8a718fb9728310c47d66b.tar.gz gentoo-75d5fe26e5623e2485b8a718fb9728310c47d66b.tar.bz2 gentoo-75d5fe26e5623e2485b8a718fb9728310c47d66b.zip |
sys-apps/selinux-python: enable py3.12
Signed-off-by: Kenton Groombridge <concord@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/selinux-python/selinux-python-3.6.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/selinux-python/selinux-python-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/selinux-python/selinux-python-3.6.ebuild b/sys-apps/selinux-python/selinux-python-3.6.ebuild index df383d6c8c4b..778fb2919d09 100644 --- a/sys-apps/selinux-python/selinux-python-3.6.ebuild +++ b/sys-apps/selinux-python/selinux-python-3.6.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="xml(+)" inherit python-r1 toolchain-funcs diff --git a/sys-apps/selinux-python/selinux-python-9999.ebuild b/sys-apps/selinux-python/selinux-python-9999.ebuild index 20a1fea452bf..79bfb3db2006 100644 --- a/sys-apps/selinux-python/selinux-python-9999.ebuild +++ b/sys-apps/selinux-python/selinux-python-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="xml(+)" inherit python-r1 toolchain-funcs |