Skip to content

Commit b2a3117

Browse files
committed
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 <[email protected]> Fixes: dda1112 ("Add Python 3.10 support, drop Python 3.6 support")
1 parent 3f6c9fe commit b2a3117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ python =
8383
3.7: py37
8484
3.8: py38
8585
3.9: py39
86-
3.10: py39
86+
3.10: py310

0 commit comments

Comments
 (0)