From 213a6af41fb9b98ceff34129f3f750e1e078624d Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Sat, 31 Oct 2020 08:47:01 +0100 Subject: [PATCH] tox.ini: add py39 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f250d73..bcfcce7 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py35, py36, py37, py38 +envlist = py35, py36, py37, py38, py39 skip_missing_interpreters = true [testenv]