summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Freyermuth <o.freyermuth@googlemail.com>2022-08-05 03:19:55 +0200
committerNicolas Bock <nicolasbock@gentoo.org>2022-08-05 07:23:22 +0200
commitb224318f643788d87447d4a5c03b54596da08e80 (patch)
treeeb56f4ad880e4e23cd4c8892aaf65691266448b9 /sys-cluster/charliecloud
parentsys-cluster/charliecloud: add 0.29 (diff)
downloadgentoo-b224318f643788d87447d4a5c03b54596da08e80.tar.gz
gentoo-b224318f643788d87447d4a5c03b54596da08e80.tar.bz2
gentoo-b224318f643788d87447d4a5c03b54596da08e80.zip
sys-cluster/charliecloud: enable py3.11
Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com> Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
Diffstat (limited to 'sys-cluster/charliecloud')
-rw-r--r--sys-cluster/charliecloud/charliecloud-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/charliecloud/charliecloud-9999.ebuild b/sys-cluster/charliecloud/charliecloud-9999.ebuild
index 6a3d22ba4bd9..f120aa900673 100644
--- a/sys-cluster/charliecloud/charliecloud-9999.ebuild
+++ b/sys-cluster/charliecloud/charliecloud-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8,9,10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit autotools optfeature python-single-r1