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 A9E91138359 for ; Thu, 3 Sep 2020 16:58:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF945E092E; Thu, 3 Sep 2020 16:58:22 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 C647CE092E for ; Thu, 3 Sep 2020 16:58:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 91102340F52 for ; Thu, 3 Sep 2020 16:58:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38591315 for ; Thu, 3 Sep 2020 16:58:20 +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: <1599152295.1e9506488dd87e02a71438e817f5797f1edc4730.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cov-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cov-core/cov-core-1.15.0-r1.ebuild X-VCS-Directories: dev-python/cov-core/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 1e9506488dd87e02a71438e817f5797f1edc4730 X-VCS-Branch: master Date: Thu, 3 Sep 2020 16:58:20 +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: ca51daa3-a5bf-4971-bbf6-46619d1cb6d5 X-Archives-Hash: 0975f659952f7cc53983a332e309709c commit: 1e9506488dd87e02a71438e817f5797f1edc4730 Author: Patrick McLean gentoo org> AuthorDate: Thu Sep 3 16:58:08 2020 +0000 Commit: Patrick McLean gentoo org> CommitDate: Thu Sep 3 16:58:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e950648 dev-python/cov-core: Add py38, py39 Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Patrick McLean gentoo.org> dev-python/cov-core/cov-core-1.15.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/cov-core/cov-core-1.15.0-r1.ebuild b/dev-python/cov-core/cov-core-1.15.0-r1.ebuild index 210e44f673d..3becb7572b5 100644 --- a/dev-python/cov-core/cov-core-1.15.0-r1.ebuild +++ b/dev-python/cov-core/cov-core-1.15.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{6..9} pypy3 ) inherit distutils-r1 DESCRIPTION="plugin core for use by pytest-cov, nose-cov and nose2-cov"