From 95a313f43771c2a840c2e1e080476573732bc412 Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Sat, 11 Dec 2021 11:22:31 +0100 Subject: [PATCH] tox.ini: add python 3.10 to envlist --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index cda7b4d..410eed4 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py35, py36, py37, py38, py39 +envlist = py35, py36, py37, py38, py39, py310 skip_missing_interpreters = true [testenv]