Skip to content

Commit 47ebfaf

Browse files
committed
README: mention 3.2 as supported
1 parent 3b42c4a commit 47ebfaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pytest-django allows you to test your Django project/applications with the
2828
<https://pytest-django.readthedocs.io/en/latest/contributing.html>`_
2929
* Version compatibility:
3030

31-
* Django: 2.2, 3.0, 3.1 and latest main branch (compatible at the time of
31+
* Django: 2.2, 3.0, 3.1, 3.2 and latest main branch (compatible at the time of
3232
each release)
3333
* Python: CPython>=3.5 or PyPy 3
3434
* pytest: >=5.4

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ envlist =
1111
extras = testing
1212
deps =
1313
djmain: https://github.com/django/django/archive/main.tar.gz
14-
dj32: Django>=3.2b1,<4.0
14+
dj32: Django>=3.2,<4.0
1515
dj31: Django>=3.1,<3.2
1616
dj30: Django>=3.0,<3.1
1717
dj22: Django>=2.2,<2.3

0 commit comments

Comments
 (0)