diff options
| author | Hunter Chambers <chambersh1129@gmail.com> | 2023-01-18 07:15:03 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-18 13:15:03 +0100 |
| commit | 580395c54aa275176860baafc3b630b66f9c9f1f (patch) | |
| tree | 67ef10676b716de955ad0953f5fc01eb03d791ca /tox.ini | |
| parent | ad1de5909e4e6937e9a289041e0741f99c6ac6e7 (diff) | |
| download | django-appconf-develop.tar.gz | |
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,7 +2,8 @@ envlist = flake8-py311, py{37,38,39,310}-dj32 - py{38,39,310,311}-dj{40,41,main} + py{38,39,310,311}-dj{40,41,42} + py{310,311}-djmain [testenv] usedevelop = true @@ -15,6 +16,7 @@ deps = dj32: Django>=3.2,<4.0 dj40: Django>=4.0,<4.1 dj41: Django>=4.1,<4.2 + dj42: Django>=4.2a1,<4.3 djmain: https://github.com/django/django/archive/main.tar.gz#egg=django commands = |
