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 2B4DE138334 for ; Fri, 22 Nov 2019 19:38:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C3BAE0828; Fri, 22 Nov 2019 19:38:49 +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 E11C4E0826 for ; Fri, 22 Nov 2019 19:38:48 +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 EBCD534D229 for ; Fri, 22 Nov 2019 19:38:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFA0D8D1 for ; Fri, 22 Nov 2019 19:38:45 +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: <1574451516.bcaea6da8c92f3d820bc7669b3c4c563297dd9ae.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xprocess/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-xprocess/pytest-xprocess-0.12.1-r2.ebuild X-VCS-Directories: dev-python/pytest-xprocess/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bcaea6da8c92f3d820bc7669b3c4c563297dd9ae X-VCS-Branch: master Date: Fri, 22 Nov 2019 19:38:45 +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: cf28e17b-9a19-4100-940b-34e804783191 X-Archives-Hash: 8184d2834282be46082a75d76713db38 commit: bcaea6da8c92f3d820bc7669b3c4c563297dd9ae Author: Michał Górny gentoo org> AuthorDate: Fri Nov 22 18:41:47 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Nov 22 19:38:36 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcaea6da dev-python/pytest-xprocess: Enable py3.8 Signed-off-by: Michał Górny gentoo.org> dev-python/pytest-xprocess/pytest-xprocess-0.12.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-xprocess/pytest-xprocess-0.12.1-r2.ebuild b/dev-python/pytest-xprocess/pytest-xprocess-0.12.1-r2.ebuild index 07fafa1465c..ad76ee924b9 100644 --- a/dev-python/pytest-xprocess/pytest-xprocess-0.12.1-r2.ebuild +++ b/dev-python/pytest-xprocess/pytest-xprocess-0.12.1-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} ) inherit distutils-r1