Skip to content

Commit 9d4b090

Browse files
authored
Testing is actually against Django 5.2 not 5.1 (#288)
I'd say should test again 5.1 too but it leaves extended support in a few days... https://www.djangoproject.com/download/#supported-versions
1 parent ed4817d commit 9d4b090

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ The codebase is targeted and tested against:
9090

9191
* Django 3.2.x against Python 3.8, 3.9, 3.10
9292
* Django 4.2.x against Python 3.8, 3.9, 3.10, 3.11, 3.12
93-
* Django 5.1.x against Python 3.10, 3.11, 3.12
93+
* Django 5.2.x against Python 3.10, 3.11, 3.12, 3.13
9494

9595
To run the tests against all target environments, install `tox
9696
<https://testrun.org/tox/latest/>`_ and then execute the command::

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ deps =
3333
hatch>=1.7.0
3434
django32: Django>=3.2,<4
3535
django42: Django>=4.2,<5
36-
django51: Django>=5.2,<6
36+
django52: Django>=5.2,<6
3737
extras = tests
3838

3939
[testenv:flake8]

0 commit comments

Comments
 (0)