Update Django 4.0 version in tox.ini to RC1

This commit is contained in:
Paolo Melchiorre 2021-11-22 11:52:17 +01:00 committed by GitHub
parent c3b5e8627b
commit b47ec598bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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