Skip to content

Commit

Permalink
Remove 'main' Django from envlist to get round sortedm2m error
Browse files Browse the repository at this point in the history
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.
jazzband/django-sortedm2m#214
  • Loading branch information
philgyford committed Apr 8, 2024
1 parent e815898 commit b6bf3f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b6bf3f0

Please sign in to comment.