mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
Add support port Django 3.2 and Python 3.10 in tox
Django 3.2.9 adds compatibility with Python 3.10. https://docs.djangoproject.com/en/3.2/releases/3.2.9/
This commit is contained in:
parent
1f17d675a1
commit
dcce8bccfd
1 changed files with 2 additions and 2 deletions
4
tox.ini
4
tox.ini
|
|
@ -7,7 +7,7 @@ envlist =
|
|||
py36-checkqa
|
||||
py{36,37,py3}-dj{22,31,32}
|
||||
py{38,39}-dj{22,31,32,40,main}
|
||||
py{310}-dj{40,main}
|
||||
py{310}-dj{32,40,main}
|
||||
|
||||
[gh-actions]
|
||||
python =
|
||||
|
|
@ -27,7 +27,7 @@ setenv =
|
|||
deps =
|
||||
dj22: django~=2.2.17
|
||||
dj31: django~=3.1.3
|
||||
dj32: django~=3.2.0
|
||||
dj32: django~=3.2.9
|
||||
dj40: django>=4.0b1,<4.1
|
||||
djmain: https://github.com/django/django/archive/main.tar.gz
|
||||
coverage
|
||||
|
|
|
|||
Loading…
Reference in a new issue