Skip to content

Commit ed346b6

Browse files
authored
Update contributing.rst
1 parent e05f94e commit ed346b6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/contributing.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,10 @@ writing), running them all will take a long time. All valid configurations can
140140
be found in `tox.ini`. To test against a few of them, invoke tox with the `-e`
141141
flag::
142142

143-
$ tox -e py38-dj32-postgres,py310-dj41-mysql
143+
$ tox -e py39-dj42-postgres,py310-dj52-mysql
144144

145-
This will run the tests on Python 3.8/Django 3.2/PostgeSQL and Python
146-
3.10/Django 4.1/MySQL.
145+
This will run the tests on Python 3.9/Django 4.2/PostgeSQL and Python
146+
3.10/Django 5.2/MySQL.
147147

148148

149149
Measuring test coverage

0 commit comments

Comments
 (0)