Skip to content

Commit

Permalink
Fix Django 3.2 version range in tox file
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke authored and aleksihakli committed Oct 24, 2023
1 parent 38aadc7 commit e6ddf05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ setenv =
PYTHONDONTWRITEBYTECODE=1
deps =
coverage==7.3.2
dj32: django>=3.1,<3.2
dj32: django>=3.2,<3.3
dj41: django>=4.1,<4.2
dj42: django>=4.2,<4.3
djmain: https://github.com/django/django/archive/main.tar.gz
Expand Down

0 comments on commit e6ddf05

Please sign in to comment.