Skip to content

Commit 9d6570a

Browse files
authored
Updates the django supported versions (#1289)
1 parent 5891cf6 commit 9d6570a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pytest-django allows you to test your Django project/applications with the
3232
<https://pytest-django.readthedocs.io/en/latest/contributing.html>`_
3333
* Version compatibility:
3434

35-
* Django: 4.2, 5.1, 5.2, 6.0 and latest main branch (compatible at the time
35+
* Django: 5.2, 6.0 and latest main branch (compatible at the time
3636
of each release)
3737
* Python: CPython>=3.10 or PyPy 3
3838
* pytest: >=7.0

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 py39-dj42-postgres,py310-dj52-mysql
143+
$ tox -e py313-dj60-postgres,py314-dj62-mysql
144144

145-
This will run the tests on Python 3.9/Django 4.2/PostgeSQL and Python
146-
3.10/Django 5.2/MySQL.
145+
This will run the tests on Python 3.13/Django 60/PostgeSQL and Python
146+
3.14/Django 6.2/MySQL.
147147

148148

149149
Measuring test coverage

0 commit comments

Comments
 (0)