commit:     2c4c5cfcd9e6352941af414c404adeec6e06d258
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May 19 04:12:54 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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]

Reply via email to