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 E4778158090 for ; Mon, 30 May 2022 13:17:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5362CE09A8; Mon, 30 May 2022 13:17:21 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 38431E09A8 for ; Mon, 30 May 2022 13:17:21 +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 47B823418F9 for ; Mon, 30 May 2022 13:17:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 842A94F8 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.6c2d88eaa0ffb19230c34f0c2016514078beecf9.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/cmarkgfm/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/cmarkgfm/cmarkgfm-2022.3.4.ebuild X-VCS-Directories: dev-python/cmarkgfm/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 6c2d88eaa0ffb19230c34f0c2016514078beecf9 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: f253bada-092d-40eb-a0a5-81e01a4feb9a X-Archives-Hash: 4853647836a0fecc8c1d653e8c1834a3 commit: 6c2d88eaa0ffb19230c34f0c2016514078beecf9 Author: Alessandro Barbieri gmail com> AuthorDate: Mon May 30 13:15:04 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=6c2d88ea dev-python/cmarkgfm: enable py3.11 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/cmarkgfm/cmarkgfm-2022.3.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/cmarkgfm/cmarkgfm-2022.3.4.ebuild b/dev-python/cmarkgfm/cmarkgfm-2022.3.4.ebuild index aaebd7113..3ef141a3a 100644 --- a/dev-python/cmarkgfm/cmarkgfm-2022.3.4.ebuild +++ b/dev-python/cmarkgfm/cmarkgfm-2022.3.4.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) inherit distutils-r1