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 BD4E3158012 for ; Mon, 20 Sep 2021 22:58:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BDCAE08BD; Mon, 20 Sep 2021 22:58:01 +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-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 761A1E08BD for ; Mon, 20 Sep 2021 22:58:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 274E334306C for ; Mon, 20 Sep 2021 22:58:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9808E104 for ; Mon, 20 Sep 2021 22:57:58 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1632178596.2aa793a77774d9ad9cdf850ba8013cdf70a7b008.mattst88@gentoo> Subject: [gentoo-commits] proj/gentoolkit:master commit in: / X-VCS-Repository: proj/gentoolkit X-VCS-Files: tox.ini X-VCS-Directories: / X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 2aa793a77774d9ad9cdf850ba8013cdf70a7b008 X-VCS-Branch: master Date: Mon, 20 Sep 2021 22:57:58 +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: 9a24f3d1-7975-4593-9ade-e5cd67ee7e06 X-Archives-Hash: b47a6bd7d47096a6cd74bed95e6ce63a commit: 2aa793a77774d9ad9cdf850ba8013cdf70a7b008 Author: Matt Turner gentoo org> AuthorDate: Mon Sep 20 22:56:36 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Sep 20 22:56:36 2021 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=2aa793a7 tox: Update tested implementation list Signed-off-by: Matt Turner gentoo.org> tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index dcaedad..2a5f581 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py36,py37,py38,pypy3,flake8 +envlist = py37,py38,py39,pypy3,flake8 skip_missing_interpreters = True [testenv]