Skip to content

Commit

Permalink
Tests for Django 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bartTC committed Aug 11, 2024
1 parent 3cac48b commit 3588b30
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog:

WIP

- Added support for Django 5.1.

v1.5 (2024-07-10):

- Switch from pipenv to a Poetry build system
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ toxworkdir=/tmp/tox/django-wakawaka
skip_missing_interpreters=True
envlist=
py{38,39,310,311,312}-django-{32,40,41,42}
py{310,311,312}-django-{50}
py{310,311,312}-django-{50,51}

[gh-actions]
python =
Expand All @@ -25,5 +25,6 @@ deps=
django-41: django==4.1.*
django-42: django==4.2.*
django-50: django==5.0.*
django-50: django==5.1.*
pytest
pytest-django

0 comments on commit 3588b30

Please sign in to comment.