From 4b4902a14247817c8b1ec9ad98926036d8cb8fdd Mon Sep 17 00:00:00 2001 From: Will Barton Date: Wed, 17 Mar 2021 10:05:21 -0400 Subject: [PATCH] Match tox lint environment python to GitHub actions Python 3.8 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 16ba393..9333cee 100644 --- a/tox.ini +++ b/tox.ini @@ -21,7 +21,7 @@ deps= dj31: Django>=3.1,<3.2 [testenv:lint] -basepython=python3.6 +basepython=python3.8 deps= black flake8