Skip to content

Commit

Permalink
Merge branch 'maint/add-dj51-tests' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanWillitts committed Aug 15, 2024
2 parents 0f91771 + d98f05a commit da2be74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
python-version: ['3.12']
django-version: ['4.2', '5.0', 'dev']
django-version: ['4.2', '5.0', '5.1', 'dev']

services:
mysql:
Expand Down
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ exclude_lines = [
legacy_tox_ini = """
[tox]
envlist =
py{312}-dj{42,50,dev},
py{312}-dj{42,50,51,dev},
lint
isolated_build = true
Expand All @@ -48,6 +48,7 @@ python =
DJANGO =
4.2: dj42
5.0: dj50
5.1: dj51
dev: djdev, lint
[testenv]
Expand All @@ -57,7 +58,8 @@ deps =
-r https://raw.githubusercontent.com/clinicedc/edc/develop/requirements.tests/edc.txt
-r https://raw.githubusercontent.com/clinicedc/edc/develop/requirements.tests/third_party_dev.txt
dj42: Django>=4.2,<5.0
dj50: Django>=5.0
dj50: Django>=5.0,<5.1
dj51: Django>=5.1
djdev: https://github.com/django/django/tarball/main
commands =
Expand Down

0 comments on commit da2be74

Please sign in to comment.