Skip to content

Commit

Permalink
Added testing against Django 5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson committed Jun 15, 2024
1 parent 1d12e4c commit 5d8ddd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ classifiers =
Framework :: Django
Framework :: Django :: 4.2
Framework :: Django :: 5.0
Framework :: Django :: 5.1
Topic :: Internet :: WWW/HTTP

[options]
Expand Down
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
envlist =
py{38,39,310,311}-dj42
py{310,311,312}-dj50
py{310,311,312}-dj51
py{310,311,312}-djmain
qa

Expand All @@ -11,7 +12,8 @@ commands =
pytest -v {posargs}
deps =
dj42: Django>=4.2,<5.0
dj50: Django>=5.0rc1,<5.1
dj50: Django>=5.0,<5.1
dj51: Django>=5.1a1,<5.2
djmain: https://github.com/django/django/archive/main.tar.gz

[testenv:qa]
Expand Down

0 comments on commit 5d8ddd9

Please sign in to comment.