commit:     ca21aeb8e0155c7a4d9a64f164e67f0b1a2a911c
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sun Jan  7 04:37:27 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Sun Jan  7 04:37:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ca21aeb8

dev-util/mock: enable py3.12

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 dev-util/mock/mock-5.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/mock/mock-5.4.ebuild b/dev-util/mock/mock-5.4.ebuild
index 0aa46fb218..3041eb78aa 100644
--- a/dev-util/mock/mock-5.4.ebuild
+++ b/dev-util/mock/mock-5.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_11 )
+PYTHON_COMPAT=( python3_{11..12} )
 
 inherit bash-completion-r1 optfeature python-single-r1
 

Reply via email to