From b6bf3f0b59375df2b98265f1aa2cd8acfef5dab7 Mon Sep 17 00:00:00 2001 From: Phil Gyford Date: Mon, 8 Apr 2024 15:15:39 +0100 Subject: [PATCH] Remove 'main' Django from envlist to get round sortedm2m error The `main` tip of Django changed something that results in a fatal error from sortedm2m. So removing main from the testing envlist for the moment so I can get this committed. https://github.com/jazzband/django-sortedm2m/issues/214 --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 95f0d2c..e8a2a28 100644 --- a/tox.ini +++ b/tox.ini @@ -5,9 +5,9 @@ minversion = 1.8 envlist = ruff py39-django{41,42} - py310-django{41,42,50,main} - py311-django{41,42,50,main} - py312-django{42,50,main} + py310-django{41,42,50} + py311-django{41,42,50} + py312-django{42,50} [gh-actions] ; Maps GitHub Actions python version numbers to tox env vars: