Skip to content

Commit

Permalink
Added Django 5.0 to test matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
alanverresen committed Dec 7, 2023
1 parent af56fa5 commit 6f71450
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
python: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
django: [ "3.2", "4.1", "4.2" ]
django: [ "3.2", "4.1", "4.2", "5.0" ]
database: [ "sqlite", "postgres" ]
exclude:
- python: "3.11"
Expand All @@ -36,6 +36,10 @@ jobs:
django: "3.2"
- python: "3.12"
django: "4.1"
- python: "3.8"
django: "5.0"
- python: "3.9"
django: "5.0"
steps:
- name: checkout repository
uses: actions/checkout@v4
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ envlist =
py{38,39,310}-django3.2-{sqlite,postgres},
py{38,39,310,311}-django4.1-{sqlite,postgres},
py{38,39,310,311,312}-django4.2-{sqlite,postgres},
py{310,311,312}-django5.0-{sqlite,postgres},
flake8

[testenv:flake8]
Expand All @@ -21,6 +22,7 @@ deps =
django3.2: Django ~= 3.2.9
django4.1: Django ~= 4.1.3
django4.2: Django ~= 4.2.0
django5.0: Django ~= 5.0.0
markdown
docutils
psycopg2-binary
Expand Down

0 comments on commit 6f71450

Please sign in to comment.