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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 90A2E158099 for ; Wed, 22 Nov 2023 17:44:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D61E22BC030; Wed, 22 Nov 2023 17:44:12 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BD3732BC030 for ; Wed, 22 Nov 2023 17:44:12 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E317C33BEF1 for ; Wed, 22 Nov 2023 17:44:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0149E13C0 for ; Wed, 22 Nov 2023 17:44:09 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1700674364.577a2c95314b2abf931fd2f564dee14bf6dd0058.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mycli/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/mycli/mycli-1.27.0.ebuild X-VCS-Directories: dev-db/mycli/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 577a2c95314b2abf931fd2f564dee14bf6dd0058 X-VCS-Branch: master Date: Wed, 22 Nov 2023 17:44:09 +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: 3b1491eb-2383-4b89-bf80-88a65068c8db X-Archives-Hash: dd167ee28559a8463d2d0a59b5a0f95f commit: 577a2c95314b2abf931fd2f564dee14bf6dd0058 Author: Alfred Wingate protonmail com> AuthorDate: Mon Nov 13 13:26:06 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Nov 22 17:32:44 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=577a2c95 dev-db/mycli: enable py3.12 Signed-off-by: Alfred Wingate protonmail.com> Signed-off-by: Sam James gentoo.org> dev-db/mycli/mycli-1.27.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/mycli/mycli-1.27.0.ebuild b/dev-db/mycli/mycli-1.27.0.ebuild index f8a2f5f6aca2..6e6fd4275fc0 100644 --- a/dev-db/mycli/mycli-1.27.0.ebuild +++ b/dev-db/mycli/mycli-1.27.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_SINGLE_IMPL=yes DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1