From bc8357dc3c348b9e94eb1f00f128d289758a0cfb Mon Sep 17 00:00:00 2001 From: Daniel Gonçalves Date: Oct 10 2021 13:33:48 +0000 Subject: Add python 3.8 and 3.9 to tox.ini --- diff --git a/tox.ini b/tox.ini index 358c088..4592b21 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py36,py37 +envlist = py36,py37,py38,py39 skipsdist = True [testenv]