summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfred Wingate <parona@protonmail.com>2024-02-21 02:19:21 +0200
committerSam James <sam@gentoo.org>2024-03-21 02:53:26 +0000
commit04dec1d1b6833445274a66bf5efc20c2c8d1d9cb (patch)
treecf50207f147151830a37c30fef292265edda1205
parentmedia-sound/audacity: add myself as maintainer (again) (diff)
downloadgentoo-04dec1d1b6833445274a66bf5efc20c2c8d1d9cb.tar.gz
gentoo-04dec1d1b6833445274a66bf5efc20c2c8d1d9cb.tar.bz2
gentoo-04dec1d1b6833445274a66bf5efc20c2c8d1d9cb.zip
dev-util/ebuildtester: enable py3.12
Signed-off-by: Alfred Wingate <parona@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-util/ebuildtester/ebuildtester-42-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/ebuildtester/ebuildtester-42-r2.ebuild b/dev-util/ebuildtester/ebuildtester-42-r2.ebuild
index 0ada5330fef7..189c2d3e57a9 100644
--- a/dev-util/ebuildtester/ebuildtester-42-r2.ebuild
+++ b/dev-util/ebuildtester/ebuildtester-42-r2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9,10,11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit bash-completion-r1 distutils-r1 pypi