diff options
author | Patrick Lauer <patrick@gentoo.org> | 2024-06-03 06:43:35 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2024-06-03 06:44:05 +0000 |
commit | 5f607e4f34027e91d55e77b7109f5763e5683050 (patch) | |
tree | 781e42b4cae367cf54763acf833606599d5374d5 /sys-cluster | |
parent | dev-python/pecan: enable py3.12 (diff) | |
download | gentoo-5f607e4f34027e91d55e77b7109f5763e5683050.tar.gz gentoo-5f607e4f34027e91d55e77b7109f5763e5683050.tar.bz2 gentoo-5f607e4f34027e91d55e77b7109f5763e5683050.zip |
sys-cluster/ceph: enable py3.12
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/ceph/ceph-18.2.1-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/ceph/ceph-18.2.1-r2.ebuild b/sys-cluster/ceph/ceph-18.2.1-r2.ebuild index 4e84916cc23c..8c0a902b46f3 100644 --- a/sys-cluster/ceph/ceph-18.2.1-r2.ebuild +++ b/sys-cluster/ceph/ceph-18.2.1-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) LUA_COMPAT=( lua5-{3..4} ) inherit check-reqs bash-completion-r1 cmake flag-o-matic lua-single \ |