summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2024-04-13 10:32:53 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2024-04-13 10:33:03 -0500
commit4af10db28e50a0e1e4f2a7041aee96b00fca3eb0 (patch)
tree4a99cb361bd74ec01c094424915a1309c450cedb /app-emulation
parentdev-util/gertty: enable py3.12 (diff)
downloadgentoo-4af10db28e50a0e1e4f2a7041aee96b00fca3eb0.tar.gz
gentoo-4af10db28e50a0e1e4f2a7041aee96b00fca3eb0.tar.bz2
gentoo-4af10db28e50a0e1e4f2a7041aee96b00fca3eb0.zip
app-emulation/cloud-init: enable py3.12
Closes: https://bugs.gentoo.org/929305 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/cloud-init/cloud-init-23.4.ebuild4
-rw-r--r--app-emulation/cloud-init/cloud-init-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/app-emulation/cloud-init/cloud-init-23.4.ebuild b/app-emulation/cloud-init/cloud-init-23.4.ebuild
index a0b8bf1f21f8..eba8a0ee55f0 100644
--- a/app-emulation/cloud-init/cloud-init-23.4.ebuild
+++ b/app-emulation/cloud-init/cloud-init-23.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
# Disabled for now: bug #850628
# https://bugs.launchpad.net/cloud-init/+bug/1978328
#DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_10 python3_11 )
+PYTHON_COMPAT=( python3_10 python3_11 python3_12 )
inherit distutils-r1 udev
diff --git a/app-emulation/cloud-init/cloud-init-9999.ebuild b/app-emulation/cloud-init/cloud-init-9999.ebuild
index e3c6b940635d..7bb69ee6336a 100644
--- a/app-emulation/cloud-init/cloud-init-9999.ebuild
+++ b/app-emulation/cloud-init/cloud-init-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
# Disabled for now: bug #850628
#DISTUTILS_USE_PEP517=setuptools
# https://bugs.launchpad.net/cloud-init/+bug/1978328
-PYTHON_COMPAT=( python3_10 python3_11 )
+PYTHON_COMPAT=( python3_10 python3_11 python3_12 )
inherit distutils-r1 udev