From caf99175402dccde0418e174a64fc05b5aa4551b Mon Sep 17 00:00:00 2001 From: 50-Course Date: Thu, 3 Oct 2024 19:00:37 +0100 Subject: [PATCH] Update `envlist` to support python 3.10 and 3.11 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index f981e151..1048510e 100644 --- a/tox.ini +++ b/tox.ini @@ -4,6 +4,7 @@ usedevelop = true envlist = py{37,38,39}-dj{22,32} py{38,39}-dj{40,405} + py{310,311}-dj{40,405} flake8 [gh-actions]