Skip to content

Commit

Permalink
Testing Django 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bartTC authored Dec 14, 2023
1 parent ad96239 commit a7d53d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
toxworkdir=/tmp/tox/django-wakawaka
skip_missing_interpreters=True
envlist=
py{38,39,310,311}-django-{32,40,41,42}
py{38,39,310,311,312}-django-{32,40,41,42,50}

[gh-actions]
python =
3.8: py38
3.9: py39
3.10: py310
3.11: py311
3.11: py312

[testenv]
setenv =
Expand All @@ -22,5 +23,6 @@ deps=
django-40: django==4.0.*
django-41: django==4.1.*
django-42: django==4.2.*
django-50: django==5.0.*
pytest
pytest-django

0 comments on commit a7d53d6

Please sign in to comment.