Update tox.ini with Django 4.2, Python 3.11 (#233)

This commit is contained in:
marius-mather 2023-10-03 23:24:30 +11:00 committed by GitHub
parent 8d4c6840e9
commit f6c73e093b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
envlist =
# list of supported Django/Python versions:
py{37,38,39,py3}-dj{32}
py{38,39,310}-dj{40,41,main}
py{38,39,310,311}-dj{40,41,42,main}
py38-{lint,docs}
[gh-actions]
@ -11,6 +11,7 @@ python =
3.8: py38
3.9: py39
3.10: py310
3.11: py311
pypy3: pypy3
[testenv]
@ -19,6 +20,7 @@ deps =
dj32: django>=3.2,<4.0
dj40: django>=4.0,<4.1
dj41: django>=4.1,<4.2
dj42: django>=4.2,<4.3
djmain: https://github.com/django/django/archive/main.tar.gz
usedevelop = True
commands =