From d0ed669a43c72d688225871f5c06aba4be7543ee Mon Sep 17 00:00:00 2001 From: Paolo Melchiorre Date: Wed, 27 Oct 2021 11:14:29 +0200 Subject: [PATCH] Fix typo in tox.ini --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4d76a0a..b4a83a6 100644 --- a/tox.ini +++ b/tox.ini @@ -15,7 +15,7 @@ python = 3.7: py37 3.8: py38 3.9: py39 - 3.10: py10 + 3.10: py310 pypy3: pypy3 [testenv]