Skip to content

Commit

Permalink
Add ci support for Django 5.1 (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
paduszyk authored Aug 10, 2024
1 parent e728a88 commit bcb3ba4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def find_version(*parts):
'Framework :: Django :: 4.1',
'Framework :: Django :: 4.2',
'Framework :: Django :: 5.0',
'Framework :: Django :: 5.1',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
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 @@ envlist =
flake8-py311,
py{37,38,39,310}-dj32
py{38,39,310,311}-dj{40,41,42}
py{310,311,312}-dj{50,main}
py{310,311,312}-dj{50,51,main}

[testenv]
usedevelop = true
Expand All @@ -18,6 +18,7 @@ deps =
dj41: Django>=4.1,<4.2
dj42: Django>=4.2a1,<4.3
dj50: Django>=5.0b1,<5.1
dj51: Django>=5.1,<5.2
djmain: https://github.com/django/django/archive/main.tar.gz#egg=django

commands =
Expand Down

0 comments on commit bcb3ba4

Please sign in to comment.