From: Stephen Finucane Date: Fri, 15 Jul 2022 15:53:56 +0000 (+0100) Subject: tox: Run Python 3.10 tests in Python 3.10 environment X-Git-Tag: v3.1.0~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2a3117e55d838c61f8b1d3658269ad433102b43;p=thirdparty%2Fpatchwork.git tox: Run Python 3.10 tests in Python 3.10 environment Correct a typo introduced when we added 3.10 support. Signed-off-by: Stephen Finucane Fixes: dda111234 ("Add Python 3.10 support, drop Python 3.6 support") --- diff --git a/tox.ini b/tox.ini index 0a934419..0ab0ab84 100644 --- a/tox.ini +++ b/tox.ini @@ -83,4 +83,4 @@ python = 3.7: py37 3.8: py38 3.9: py39 - 3.10: py39 + 3.10: py310