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 50F43158090 for ; Wed, 18 May 2022 14:23:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A2AAE097C; Wed, 18 May 2022 14:22:59 +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 3D6C8E097C for ; Wed, 18 May 2022 14:22:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 531763413CD for ; Wed, 18 May 2022 14:22:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35EFC483 for ; Wed, 18 May 2022 14:22:55 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1652883762.e12e4b1d0af859e1812a876d51f7b50d536d4630.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-mimeparse/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-mimeparse/python-mimeparse-1.6.0-r3.ebuild X-VCS-Directories: dev-python/python-mimeparse/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: e12e4b1d0af859e1812a876d51f7b50d536d4630 X-VCS-Branch: master Date: Wed, 18 May 2022 14:22:55 +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: a55230b4-c49f-48c3-aaae-aa877c81ccde X-Archives-Hash: d5c813e1195387d58639a3f2109ee455 commit: e12e4b1d0af859e1812a876d51f7b50d536d4630 Author: Andrew Ammerlaan gentoo org> AuthorDate: Wed May 18 13:49:00 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Wed May 18 14:22:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e12e4b1d dev-python/python-mimeparse: enable py3.11 Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/python-mimeparse/python-mimeparse-1.6.0-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-mimeparse/python-mimeparse-1.6.0-r3.ebuild b/dev-python/python-mimeparse/python-mimeparse-1.6.0-r3.ebuild index 64b17a15caa7..6a504ac18564 100644 --- a/dev-python/python-mimeparse/python-mimeparse-1.6.0-r3.ebuild +++ b/dev-python/python-mimeparse/python-mimeparse-1.6.0-r3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) inherit distutils-r1