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 1563F158090 for ; Mon, 30 May 2022 13:17:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 593C0E0936; Mon, 30 May 2022 13:17:20 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 427C9E0936 for ; Mon, 30 May 2022 13:17:20 +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 3F901341903 for ; Mon, 30 May 2022 13:17:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A2D34F5 for ; Mon, 30 May 2022 13:17:16 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1653916633.e2bb9a742ac8245fbbf3d6fa2792d400cb6dbd96.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/hijri-converter/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/hijri-converter/hijri-converter-2.2.4.ebuild X-VCS-Directories: dev-python/hijri-converter/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: e2bb9a742ac8245fbbf3d6fa2792d400cb6dbd96 X-VCS-Branch: dev Date: Mon, 30 May 2022 13:17:16 +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: cf4551ea-685a-4cbe-8e16-d72ca53e0871 X-Archives-Hash: c23f086712b0db088c4a8f7247f2058f commit: e2bb9a742ac8245fbbf3d6fa2792d400cb6dbd96 Author: Alessandro Barbieri gmail com> AuthorDate: Mon May 30 13:11:56 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Mon May 30 13:17:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e2bb9a74 dev-python/hijri-converter: enable py3.11 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/hijri-converter/hijri-converter-2.2.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/hijri-converter/hijri-converter-2.2.4.ebuild b/dev-python/hijri-converter/hijri-converter-2.2.4.ebuild index fc256974c..dac6471ae 100644 --- a/dev-python/hijri-converter/hijri-converter-2.2.4.ebuild +++ b/dev-python/hijri-converter/hijri-converter-2.2.4.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) inherit distutils-r1