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 4A38B1382C5 for ; Mon, 24 May 2021 19:42:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4E6EE0729; Mon, 24 May 2021 19:42:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 8105BE0729 for ; Mon, 24 May 2021 19:42:43 +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 6B7EE335DB3 for ; Mon, 24 May 2021 19:42:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED921793 for ; Mon, 24 May 2021 19:42:40 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1621885355.8566f76fd7c9050434d29db8ec01ebfa36864254.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flit_core/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flit_core/flit_core-3.2.0.ebuild X-VCS-Directories: dev-python/flit_core/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 8566f76fd7c9050434d29db8ec01ebfa36864254 X-VCS-Branch: master Date: Mon, 24 May 2021 19:42:40 +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: e867c5e8-6b8b-443d-a8c1-fd5c0dade472 X-Archives-Hash: 5c6dd5c9d6e78216367beaffefd35201 commit: 8566f76fd7c9050434d29db8ec01ebfa36864254 Author: Patrick McLean gentoo org> AuthorDate: Mon May 24 18:54:43 2021 +0000 Commit: Patrick McLean gentoo org> CommitDate: Mon May 24 19:42:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8566f76f dev-python/flit_core-3.2.0: Add py310 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Patrick McLean gentoo.org> dev-python/flit_core/flit_core-3.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/flit_core/flit_core-3.2.0.ebuild b/dev-python/flit_core/flit_core-3.2.0.ebuild index bfb5ad97f0c..79bf4d0c2b8 100644 --- a/dev-python/flit_core/flit_core-3.2.0.ebuild +++ b/dev-python/flit_core/flit_core-3.2.0.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=pyproject.toml -PYTHON_COMPAT=( python3_{7..9} pypy3 ) +PYTHON_COMPAT=( python3_{7..10} pypy3 ) inherit distutils-r1 DESCRIPTION="Simplified packaging of Python modules (core module)"