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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EA4E21382C5 for ; Sun, 9 May 2021 09:36:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1B7EE077F; Sun, 9 May 2021 09:36:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BB4B0E077F for ; Sun, 9 May 2021 09:36:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B316A340F28 for ; Sun, 9 May 2021 09:36:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A12E735 for ; Sun, 9 May 2021 09:36:18 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1620552967.77be54280f26623cc6e718b5c1f5402fbb6de08c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aniso8601/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/aniso8601/aniso8601-9.0.1.ebuild X-VCS-Directories: dev-python/aniso8601/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 77be54280f26623cc6e718b5c1f5402fbb6de08c X-VCS-Branch: master Date: Sun, 9 May 2021 09:36:18 +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: 85ff4d6e-3c3b-49e3-9ae6-1e80b634e94d X-Archives-Hash: 8c968a84c368482e36960fc2fc9702e5 commit: 77be54280f26623cc6e718b5c1f5402fbb6de08c Author: Michał Górny gentoo org> AuthorDate: Sun May 9 09:22:29 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun May 9 09:36:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77be5428 dev-python/aniso8601: Enable python3.10 Signed-off-by: Michał Górny gentoo.org> dev-python/aniso8601/aniso8601-9.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/aniso8601/aniso8601-9.0.1.ebuild b/dev-python/aniso8601/aniso8601-9.0.1.ebuild index c3e8d0ec9eb..baab0d65fe3 100644 --- a/dev-python/aniso8601/aniso8601-9.0.1.ebuild +++ b/dev-python/aniso8601/aniso8601-9.0.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} pypy3 ) +PYTHON_COMPAT=( python3_{7..10} pypy3 ) inherit distutils-r1