commit: 5ecab4a3636eecc885ef828274b8419e0be50c22
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Fri Jun 7 10:43:02 2024 +0000
Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Fri Jun 7 10:43:02 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5ecab4a3
dev-python/adb-shell: enable py3.12
Test passes.
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
dev-python/adb-shell/adb-shell-0.4.4-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/adb-shell/adb-shell-0.4.4-r1.ebuild
b/dev-python/adb-shell/adb-shell-0.4.4-r1.ebuild
index 9334ecc9d..f8cba0d5c 100644
--- a/dev-python/adb-shell/adb-shell-0.4.4-r1.ebuild
+++ b/dev-python/adb-shell/adb-shell-0.4.4-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_11 )
+PYTHON_COMPAT=( python3_{11..12} )
inherit distutils-r1