]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
tox: Run Python 3.10 tests in Python 3.10 environment
authorStephen Finucane <stephen@that.guru>
Fri, 15 Jul 2022 15:53:56 +0000 (16:53 +0100)
committerStephen Finucane <stephen@that.guru>
Fri, 15 Jul 2022 15:53:56 +0000 (16:53 +0100)
Correct a typo introduced when we added 3.10 support.

Signed-off-by: Stephen Finucane <stephen@that.guru>
Fixes: dda111234 ("Add Python 3.10 support, drop Python 3.6 support")
tox.ini

diff --git a/tox.ini b/tox.ini
index 0a934419bd7a0d82d3d48fb86a62706d2b311bc3..0ab0ab84736e147169e66d0303f12f19a3eb0f4d 100644 (file)
--- 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