From 5aa078ae4e28b7b5dd1b88dff65a510f55cb25e4 Mon Sep 17 00:00:00 2001 From: "antoine@thefurnitureguys.com" Date: Wed, 19 Jun 2024 21:54:48 -0400 Subject: [PATCH] 894 - Remove django 5.0 support for python versions less than 3.10 --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0757a5ea..9af83cf6 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,8 @@ envlist = black flake8 isort - py{38,39,310,311}-dj{41,42,50} + py{38,39,310,311}-dj{41,42} + py{310,311}-dj{50} py{310,311}-djmain docs