Skip to content

Commit 91adf53

Browse files
author
Umar Asghar
committed
address feedback
1 parent 18c84b6 commit 91adf53

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ directory or on ReadTheDocs: https://django-robots.readthedocs.io/
2222

2323
Supported Django versions
2424
-------------------------
25+
2526
* Django 4.0
2627
* Django 3.2
2728
* Django 3.1

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
envlist =
33
# list of supported Django/Python versions:
44
# https://docs.djangoproject.com/en/3.1/faq/install/#what-python-version-can-i-use-with-django
5-
py{36,37,38,39}-dj{22,31,32,40}
5+
py{36,37,38,39}-dj{22,31,32}
6+
py{38,39}-dj{40}
67
py{38,39}-djmain
78
py38-{lint,docs}
89

0 commit comments

Comments
 (0)