Skip to content

Commit

Permalink
Add Django 5.1b1
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Jul 12, 2024
1 parent a222a74 commit 81d342c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Change log
Next version
~~~~~~~~~~~~

- Added Django 5.1b1 to the testsuite.


0.19 (2024-04-25)
~~~~~~~~~~~~~~~~~

Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
envlist =
docs
py{38,39,310}-dj{32,41,42}-{sqlite,postgresql,mysql}
py{310,311,312}-dj{32,41,42,50,main}-{sqlite,postgresql,mysql}
py{310,311,312}-dj{32,41,42,50,51,main}-{sqlite,postgresql,mysql}

[testenv]
deps =
dj32: Django>=3.2,<4.0
dj41: Django>=4.1,<4.2
dj42: Django>=4.2,<5.0
dj50: Django>=5.0,<5.1
dj51: Django>=5.1b1,<5.2
djmain: https://github.com/django/django/archive/main.tar.gz
postgresql: psycopg2-binary
mysql: mysqlclient
Expand Down

0 comments on commit 81d342c

Please sign in to comment.