Skip to content

Commit 45fc847

Browse files
committed
Update README for supported versions
1 parent d20af48 commit 45fc847

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Yup - `over on readthedocs.org`_.
3636
Supported versions
3737
------------------
3838

39-
Python 3.6+ is supported. Django 2.0+ is supported.
39+
Python 3.6+ is supported. Django 2.2+ is supported.
4040

4141

4242
Do you have tests?

tox.ini

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[tox]
22
isolated_build = true
3-
envlist = py{36,37,38,39}-django{22,30,31}
4-
envlist = py{36,37,38,39,310}-django{32}
5-
envlist = py{38,39,310}-django{40}
3+
envlist =
4+
py{36,37,38,39}-django{22,30,31}
5+
py{36,37,38,39,310}-django{32}
6+
py{38,39,310}-django{40}
67

78
[gh-actions]
89
python =

0 commit comments

Comments
 (0)