Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: /
Date: Thu, 19 May 2022 04:13:55
Message-Id: 1652933574.2c4c5cfcd9e6352941af414c404adeec6e06d258.sam@gentoo
1 commit: 2c4c5cfcd9e6352941af414c404adeec6e06d258
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 19 04:12:54 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu May 19 04:12:54 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=2c4c5cfc
7
8 tox.ini: fixup Python 3.11 env
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 tox.ini | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/tox.ini b/tox.ini
16 index 6bff3ee7c..e18a5de29 100644
17 --- a/tox.ini
18 +++ b/tox.ini
19 @@ -1,5 +1,5 @@
20 [tox]
21 -envlist = py{37,38,39,310}-pylint,pypy3
22 +envlist = py{37,38,39,310}-pylint,py311,pypy3
23 skipsdist = True
24
25 [gh-actions]
26 @@ -8,6 +8,7 @@ python =
27 3.8: py38-pylint
28 3.9: py39-pylint
29 3.10: py310-pylint
30 + 3.11: py311
31 pypy-3: pypy3
32
33 [testenv]