commit: 030140b953ff17c0c3ba7ae1ea51926b93823b26
Author: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
AuthorDate: Wed Sep 13 21:47:39 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 15 04:32:59 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=030140b9
sys-cluster/charliecloud: enable py3.12, disable py3.9
Signed-off-by: Oliver Freyermuth <o.freyermuth <AT> googlemail.com>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sys-cluster/charliecloud/charliecloud-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-cluster/charliecloud/charliecloud-9999.ebuild
b/sys-cluster/charliecloud/charliecloud-9999.ebuild
index 7e84cbf18286..d7e79d58832b 100644
--- a/sys-cluster/charliecloud/charliecloud-9999.ebuild
+++ b/sys-cluster/charliecloud/charliecloud-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit autotools optfeature python-single-r1