From d4829b93a259bcb6f9cd8799faac1629567480ae Mon Sep 17 00:00:00 2001 From: Haydn Greatnews Date: Mon, 16 Sep 2024 12:39:54 +1200 Subject: [PATCH] Actually use all the python versions again? --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 437d5b6..0cff97a 100644 --- a/tox.ini +++ b/tox.ini @@ -7,9 +7,9 @@ skipsdist = True usedevelop = True envlist = - py311-dj42-wt{50,51,52,60,61,62}-dr{4} - py312-dj50-wt{52,60,61,62}-dr{4} - py312-dj51-wt{60,61,62}-dr{4} + py{38,39,310,311}-dj42-wt{50,51,52,60,61,62}-dr4 + py{310,311,312}-dj50-wt{52,60,61,62}-dr4 + py{310,311,312}-dj51-wt{60,61,62}-dr4 [testenv] install_command = pip install -e ".[testing]" -U {opts} {packages}