commit: 04dec1d1b6833445274a66bf5efc20c2c8d1d9cb
Author: Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Wed Feb 21 00:19:21 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 21 02:53:26 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04dec1d1
dev-util/ebuildtester: enable py3.12
Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/ebuildtester/ebuildtester-42-r2.ebuild | 4 ++--
1 file 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