mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
Update Django 4.0 version in tox.ini to RC1
This commit is contained in:
parent
c3b5e8627b
commit
b47ec598bf
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -30,7 +30,7 @@ deps =
|
|||
dj22: django~=2.2.17
|
||||
dj31: django~=3.1.3
|
||||
dj32: django~=3.2.9
|
||||
dj40: django>=4.0b1,<4.1
|
||||
dj40: django>=4.0rc1,<4.1
|
||||
djmain: https://github.com/django/django/archive/main.tar.gz
|
||||
coverage
|
||||
coverage_enable_subprocess
|
||||
|
|
|
|||
Loading…
Reference in a new issue