Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ directory or on ReadTheDocs: https://django-robots.readthedocs.io/
Supported Django versions
-------------------------

* Django 5.0
* Django 4.0
* Django 3.2
* Django 3.1
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ envlist =
py{36,37,38,39,310}-dj{22,31,32}
py{38,39,310}-dj{40,41}
py{38,39,310,311}-dj42
py{310,311,312}-dj50
py{310,311,312}-djmain
py38-{lint,docs}

Expand Down Expand Up @@ -34,6 +35,7 @@ deps =
dj40: django>=4.0,<4.1
dj41: django>=4.1,<4.2
dj42: django>=4.2,<4.3
dj50: django>=5.0,<5.1
djmain: https://github.com/django/django/archive/main.tar.gz

[testenv:py38-lint]
Expand Down