Skip to content

Commit

Permalink
Test on Django 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hmpf committed Jan 28, 2025
1 parent 75cfbb3 commit b28aa42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements/django50.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Django>=5.0,<5.1
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
envlist =
{unit,integration,functional}-py{39,310}-django{32}
{unit,integration,functional}-py{39,310,311}-django{42}
{unit,integration,functional}-py{310,311}-django{50}
javascript
docs
basepython = python3.9
Expand Down Expand Up @@ -47,6 +48,7 @@ setenv =
PYTHONFAULTHANDLER=1
django32: DJANGO_VER=32
django42: DJANGO_VER=42
django50: DJANGO_VER=50
passenv =
C_INCLUDE_PATH
GITHUB_ACTIONS
Expand Down

0 comments on commit b28aa42

Please sign in to comment.