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 B25FE138359 for ; Sat, 31 Oct 2020 02:18:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1577E082B; Sat, 31 Oct 2020 02:18:48 +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 8C918E082B for ; Sat, 31 Oct 2020 02:18:48 +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 6BCB6340C24 for ; Sat, 31 Oct 2020 02:18:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D202A3BF for ; Sat, 31 Oct 2020 02:18:45 +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: <1604110664.05807a5bfc43ed98e76ccdc30f6edb608b56d50e.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-salt-factories/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-salt-factories/pytest-salt-factories-0.94.4.ebuild X-VCS-Directories: dev-python/pytest-salt-factories/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 05807a5bfc43ed98e76ccdc30f6edb608b56d50e X-VCS-Branch: master Date: Sat, 31 Oct 2020 02:18: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: f8b0dc50-1132-47bd-923a-b84afd705d77 X-Archives-Hash: dd24f91ee5009fcc2447aa4fe9d5a967 commit: 05807a5bfc43ed98e76ccdc30f6edb608b56d50e Author: Patrick McLean sony com> AuthorDate: Sat Oct 31 02:17:44 2020 +0000 Commit: Patrick McLean gentoo org> CommitDate: Sat Oct 31 02:17:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05807a5b dev-python/pytest-salt-factories: drop py39 as app-admin/salt doesnt support it yet Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Patrick McLean gentoo.org> dev-python/pytest-salt-factories/pytest-salt-factories-0.94.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-salt-factories/pytest-salt-factories-0.94.4.ebuild b/dev-python/pytest-salt-factories/pytest-salt-factories-0.94.4.ebuild index 4568ef158e6..ac3cace6a8e 100644 --- a/dev-python/pytest-salt-factories/pytest-salt-factories-0.94.4.ebuild +++ b/dev-python/pytest-salt-factories/pytest-salt-factories-0.94.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..8} ) inherit distutils-r1 DESCRIPTION="The new generation of the pytest-salt Plugin"