From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ED15E158040 for ; Sun, 7 Jan 2024 04:50:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C3B52BC015; Sun, 7 Jan 2024 04:50:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B830E2BC013 for ; Sun, 7 Jan 2024 04:50:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7A7E9340BEF for ; Sun, 7 Jan 2024 04:50:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BEB80979 for ; Sun, 7 Jan 2024 04:50:11 +0000 (UTC) From: "Takuya Wakazono" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Takuya Wakazono" Message-ID: <1704602247.ca21aeb8e0155c7a4d9a64f164e67f0b1a2a911c.pastalian46@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/mock/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/mock/mock-5.4.ebuild X-VCS-Directories: dev-util/mock/ X-VCS-Committer: pastalian46 X-VCS-Committer-Name: Takuya Wakazono X-VCS-Revision: ca21aeb8e0155c7a4d9a64f164e67f0b1a2a911c X-VCS-Branch: dev Date: Sun, 7 Jan 2024 04:50:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7e8f3d9d-72cd-4e0f-b697-0a2f7c4bcb64 X-Archives-Hash: a80a9b53debbc926360aa5ffe3e093e6 commit: ca21aeb8e0155c7a4d9a64f164e67f0b1a2a911c Author: Takuya Wakazono gmail com> AuthorDate: Sun Jan 7 04:37:27 2024 +0000 Commit: Takuya Wakazono gmail 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 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