Skip to content

Commit

Permalink
Update tox.ini
Browse files Browse the repository at this point in the history
Convert build matrix from py-dj to dj-py
  • Loading branch information
hugorodgerbrown authored Nov 7, 2023
1 parent fbc9d09 commit ad0f743
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,12 @@ envlist =
fmt, lint, mypy,
django-checks,
; https://docs.djangoproject.com/en/5.0/releases/
; | 3.2 | 4.2 | 5.0 | main
; --- | --- | --- | --- | ---
; 3.8 | x | x | - | -
; 3.9 | x | x | - | -
; 3.10 | x | x | x | x
; 3.11 | - | x | x | x
; 3.12 | - | - | x | x
py38-django{32,40,41,42}
py39-django{32,40,41,42}
py310-django{32,40,41,42,50,main}
py311-django{32,40,41,42,50,main}
py312-django{32,40,41,42,50,main}
django32-py{38,39,310}
django40-py{38,39,310}
django41-py{38,39,310,311}
django42-py{38,39,310,311}
django50-py{310,311,312}
djangmain-py{311,312}

[testenv]
deps =
Expand Down

0 comments on commit ad0f743

Please sign in to comment.