Skip to content

Commit

Permalink
run tests against django 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGlauser committed Sep 10, 2024
1 parent f05174f commit 7ed21cf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[tox]
isolated_build = true
envlist =
py{37,38,39}-django-{32}
py{38,39,310,311}-django-{42}
py{310,311,312}-django-{50}
py{38,39,310,311}-django{42}
py{310,311,312}-django{50}
py{310,311,312}-django{51}

[gh-actions]
python =
Expand All @@ -22,9 +22,9 @@ setenv =

commands = coverage run --source contentful_webhook_receiver runtests.py
deps =
django-32: Django>=3.2,<4.0
django-42: Django>=4.2,<4.3
django-50: Django>=5.0,<5.1
django42: Django>=4.2,<4.3
django50: Django>=5.0,<5.1
django51: Django>=5.1,<5.2


basepython =
Expand Down

0 comments on commit 7ed21cf

Please sign in to comment.