Skip to content

Commit

Permalink
Also test with Django 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ataylor32 committed Dec 6, 2023
1 parent 2803033 commit 18b74dc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,13 @@ jobs:
python-version: "3.11"
- django-version: "4.2"
python-version: "3.12"
# Django 5.0
- django-version: "5.0"
python-version: "3.10"
- django-version: "5.0"
python-version: "3.11"
- django-version: "5.0"
python-version: "3.12"

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ envlist =
{py38,py39,py310}-django40
{py38,py39,py310,py311}-django41
{py38,py39,py310,py311,py312}-django42
{py310,py311,py312}-django50

[testenv]
passenv = DATABASE_URL
Expand All @@ -25,6 +26,7 @@ deps =
django40: Django>=4.0,<4.1
django41: Django>=4.1,<4.2
django42: Django>=4.2,<5.0
django50: Django>=5.0,<5.1
dj-database-url==0.5.0
py{35,36,37,38,39,310}: psycopg2==2.8.5
py{311,312}: psycopg2==2.9.6
Expand Down Expand Up @@ -52,3 +54,4 @@ DJANGO =
4.0: django40
4.1: django41
4.2: django42
5.0: django50

0 comments on commit 18b74dc

Please sign in to comment.