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 8F601158090 for ; Sun, 15 May 2022 03:48:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE8C0E0863; Sun, 15 May 2022 03:48:15 +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 D36A5E0882 for ; Sun, 15 May 2022 03:48:15 +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 DDC57341C17 for ; Sun, 15 May 2022 03:48:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06EFB474 for ; Sun, 15 May 2022 03:48:12 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1652586207.481e3147f21a5db5375633bde1a9adf911337f21.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pooch/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pooch/pooch-1.6.0.ebuild X-VCS-Directories: dev-python/pooch/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 481e3147f21a5db5375633bde1a9adf911337f21 X-VCS-Branch: master Date: Sun, 15 May 2022 03:48:12 +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: 80f2f16b-e9c7-43ee-8f76-2b8b2f1caea0 X-Archives-Hash: 8eaf14ea2d603a7c62e06f1f41731236 commit: 481e3147f21a5db5375633bde1a9adf911337f21 Author: Sam James gentoo org> AuthorDate: Sun May 15 03:43:27 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun May 15 03:43:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=481e3147 dev-python/pooch: enable py3.10 Signed-off-by: Sam James gentoo.org> dev-python/pooch/pooch-1.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pooch/pooch-1.6.0.ebuild b/dev-python/pooch/pooch-1.6.0.ebuild index 4d6451e1829f..6c6de3de6478 100644 --- a/dev-python/pooch/pooch-1.6.0.ebuild +++ b/dev-python/pooch/pooch-1.6.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1