From 06f46926a8e980a0f688b225879e1c1c7c6ec0bc Mon Sep 17 00:00:00 2001 From: Istvan Ruzman Date: Sun, 30 Aug 2020 14:52:42 +0200 Subject: [PATCH] add python 3.9 for tox config --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 88fcdbb..44d275b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ disable = "bad-continuation" [tool.tox] legacy_tox_ini = """ [tox] -envlist = py37,py38 +envlist = py37,py38,py39 isolated_build = True [testenv] # whitelist_externals = poetry