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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3B769158090 for ; Thu, 19 May 2022 04:13:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7482CE081A; Thu, 19 May 2022 04:13:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 59273E081A for ; Thu, 19 May 2022 04:13:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 68A3F341648 for ; Thu, 19 May 2022 04:13:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A88AB3B5 for ; Thu, 19 May 2022 04:13:51 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1652933574.2c4c5cfcd9e6352941af414c404adeec6e06d258.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: tox.ini X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2c4c5cfcd9e6352941af414c404adeec6e06d258 X-VCS-Branch: master Date: Thu, 19 May 2022 04:13:51 +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: 09331b16-37b7-4b54-b83d-45006d524681 X-Archives-Hash: 1fd233c45e637432c8f14a3a595b918e commit: 2c4c5cfcd9e6352941af414c404adeec6e06d258 Author: Sam James gentoo org> AuthorDate: Thu May 19 04:12:54 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu May 19 04:12:54 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=2c4c5cfc tox.ini: fixup Python 3.11 env Signed-off-by: Sam James gentoo.org> tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6bff3ee7c..e18a5de29 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py{37,38,39,310}-pylint,pypy3 +envlist = py{37,38,39,310}-pylint,py311,pypy3 skipsdist = True [gh-actions] @@ -8,6 +8,7 @@ python = 3.8: py38-pylint 3.9: py39-pylint 3.10: py310-pylint + 3.11: py311 pypy-3: pypy3 [testenv]