commit: 5f607e4f34027e91d55e77b7109f5763e5683050
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 3 06:43:35 2024 +0000
Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Mon Jun 3 06:44:05 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f607e4f
sys-cluster/ceph: enable py3.12
Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org>
sys-cluster/ceph/ceph-18.2.1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 \