Skip to content

Commit

Permalink
Update tox.ini with Django 4.2, Python 3.11 (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
marius-mather authored Oct 3, 2023
1 parent 8d4c684 commit f6c73e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -11,6 +11,7 @@ python =
3.8: py38
3.9: py39
3.10: py310
3.11: py311
pypy3: pypy3

[testenv]
Expand All @@ -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 =
Expand Down

0 comments on commit f6c73e0

Please sign in to comment.