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 61307158090 for ; Sat, 28 May 2022 21:48:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90667E07C7; Sat, 28 May 2022 21:48:46 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 71E66E07C7 for ; Sat, 28 May 2022 21:48:46 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4A67E3414F1 for ; Sat, 28 May 2022 21:48:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90B284C8 for ; Sat, 28 May 2022 21:48:43 +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: <1653773543.96435655d3ca32a15c4d6c61b9b9a22c52994daf.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/types-urllib3/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/types-urllib3/types-urllib3-1.26.14.ebuild X-VCS-Directories: dev-python/types-urllib3/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 96435655d3ca32a15c4d6c61b9b9a22c52994daf X-VCS-Branch: dev Date: Sat, 28 May 2022 21:48:43 +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: bafbceb4-084d-4e1c-b3c0-32d4101be777 X-Archives-Hash: 006b946022fc58820faedd0a7ab4ac4e commit: 96435655d3ca32a15c4d6c61b9b9a22c52994daf Author: Alessandro Barbieri gmail com> AuthorDate: Sat May 28 21:32:23 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sat May 28 21:32:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=96435655 dev-python/types-urllib3: enable py3.11 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/types-urllib3/types-urllib3-1.26.14.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/types-urllib3/types-urllib3-1.26.14.ebuild b/dev-python/types-urllib3/types-urllib3-1.26.14.ebuild index b96a6633a..46370ad85 100644 --- a/dev-python/types-urllib3/types-urllib3-1.26.14.ebuild +++ b/dev-python/types-urllib3/types-urllib3-1.26.14.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) inherit distutils-r1