Skip to content

Commit

Permalink
requirements: Bump Django to 5.1.x, django-filter to 24.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Finucane <[email protected]>
  • Loading branch information
stephenfin committed Oct 23, 2024
1 parent 18e91c4 commit 5e2f3b8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
[tox]
minversion = 3.2
envlist = pep8,docs,py{39,310,311}-django42,py{310,311,312}-django50
envlist = pep8,docs,py{39,310,311}-django42,py{310,311,312}-django{50,51}

[testenv]
skip_install = true
deps =
-r{toxinidir}/requirements-test.txt
django42: django~=4.2.0
django42: djangorestframework~=3.15.0
django42: django-filter~=24.2.0
django42: django-filter~=24.3.0
django50: django~=5.0.0
django50: djangorestframework~=3.15.0
django50: django-filter~=24.2.0
django50: django-filter~=24.3.0
django51: django~=5.1.0
django51: djangorestframework~=3.15.0
django51: django-filter~=24.3.0
setenv =
DJANGO_SETTINGS_MODULE = patchwork.settings.dev
PYTHONDONTWRITEBYTECODE = 1
Expand Down

0 comments on commit 5e2f3b8

Please sign in to comment.