From 9835666a0ef3f827d54ade9cb994837bd388fd5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksi=20H=C3=A4kli?= Date: Mon, 4 Jan 2021 18:18:39 +0200 Subject: [PATCH] Fix QA environment tox specificiers --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index fcd87eb..586f27c 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = - py38-qa + py39-qa py{36,37,38,39,py3}-dj{22,30,31,master} [gh-actions]