From e08b17e09541f8add323d8c5a9626306fa272e60 Mon Sep 17 00:00:00 2001 From: Paul Flynn Date: Thu, 6 Jun 2024 14:48:41 +0100 Subject: [PATCH] updating django versions --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8e5740b..df1a99d 100644 --- a/tox.ini +++ b/tox.ini @@ -21,7 +21,7 @@ commands = [testenv:lint] -basepython = python3.6 +basepython = python3.7 deps = flake8 commands = flake8 src tests setup.py