From 2aa793a77774d9ad9cdf850ba8013cdf70a7b008 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Mon, 20 Sep 2021 15:56:36 -0700 Subject: tox: Update tested implementation list Signed-off-by: Matt Turner --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index dcaedad..2a5f581 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py36,py37,py38,pypy3,flake8 +envlist = py37,py38,py39,pypy3,flake8 skip_missing_interpreters = True [testenv] -- cgit v1.2.3-65-gdbad