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 64F84158013 for ; Mon, 4 Dec 2023 19:45:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 146622BC01B; Mon, 4 Dec 2023 19:45:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 AABF02BC022 for ; Mon, 4 Dec 2023 19:45:09 +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 BE96F335D6D for ; Mon, 4 Dec 2023 19:45:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 038031194 for ; Mon, 4 Dec 2023 19:45:07 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1701718730.4c9e921a0eae9027feb6aafcd55bca16294f49f6.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/gemcall/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/gemcall/gemcall-0.9.1.ebuild X-VCS-Directories: dev-python/gemcall/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 4c9e921a0eae9027feb6aafcd55bca16294f49f6 X-VCS-Branch: dev Date: Mon, 4 Dec 2023 19:45:07 +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: 022c0777-4db1-462e-b5f1-66242e5fe193 X-Archives-Hash: 6ac8f158b5100f0955f805384d623e2c commit: 4c9e921a0eae9027feb6aafcd55bca16294f49f6 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sun Dec 3 15:00:28 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Mon Dec 4 19:38:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4c9e921a dev-python/gemcall: enable py3.12 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/gemcall/gemcall-0.9.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/gemcall/gemcall-0.9.1.ebuild b/dev-python/gemcall/gemcall-0.9.1.ebuild index 50602950a5..7d17c0cea8 100644 --- a/dev-python/gemcall/gemcall-0.9.1.ebuild +++ b/dev-python/gemcall/gemcall-0.9.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi