From 07f24fc13ce1d56d96d4edd2ae0e43c498e967d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gon=C3=A7alves?= Date: Thu, 14 Oct 2021 18:41:02 +0200 Subject: [PATCH] Add python 3.10 to tox.ini --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4592b21..7d31a7c 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py36,py37,py38,py39 +envlist = py36,py37,py38,py39,py310 skipsdist = True [testenv]