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 EFFF4158471 for ; Tue, 14 May 2024 00:15:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DB1AE2A99; Tue, 14 May 2024 00:15:36 +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 020AAE2A2D for ; Tue, 14 May 2024 00:15:36 +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 49888340C33 for ; Tue, 14 May 2024 00:15:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBD381AAB for ; Tue, 14 May 2024 00:15:33 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1715643887.903cc8e4be7e9ce7ca00532c5e4ce2d036fad4bb.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/asyncmy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/asyncmy/asyncmy-0.2.8.ebuild X-VCS-Directories: dev-python/asyncmy/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 903cc8e4be7e9ce7ca00532c5e4ce2d036fad4bb X-VCS-Branch: master Date: Tue, 14 May 2024 00:15:33 +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: 03e95522-a653-43f3-a771-b67293f8fc6f X-Archives-Hash: e846ab7c18f2165c330124e41bf2f29c Message-ID: <20240514001533.PlLA9QcsaaZ9rFuyx2RjMNiU4DIo98Z0yaFeMV4N6gw@z> commit: 903cc8e4be7e9ce7ca00532c5e4ce2d036fad4bb Author: Julien Roy jroy ca> AuthorDate: Mon May 13 23:44:47 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Mon May 13 23:44:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=903cc8e4 dev-python/asyncmy: enable py3.12 Bug: https://bugs.gentoo.org/921776 Closes: https://bugs.gentoo.org/931368 Signed-off-by: Julien Roy jroy.ca> dev-python/asyncmy/asyncmy-0.2.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/asyncmy/asyncmy-0.2.8.ebuild b/dev-python/asyncmy/asyncmy-0.2.8.ebuild index 00a50fedf5..de742a792c 100644 --- a/dev-python/asyncmy/asyncmy-0.2.8.ebuild +++ b/dev-python/asyncmy/asyncmy-0.2.8.ebuild @@ -1,9 +1,9 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="ssl" DISTUTILS_USE_PEP517=poetry DISTUTILS_EXT=1