Skip to content

Commit

Permalink
Remove deprecated versions of Django
Browse files Browse the repository at this point in the history
  • Loading branch information
hugorodgerbrown committed Nov 6, 2023
1 parent e52a82b commit 57fb648
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
python: ["3.11", "3.12"]
django: ["32", "40", "41", "42", "50", "main"]
django: ["42", "50", "main"]

env:
TOXENV: py${{ matrix.python }}-django${{ matrix.django }}
Expand Down
6 changes: 2 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,16 @@ isolated_build = True
envlist =
fmt, lint, mypy,
django-checks,
py{311,12}-django{32,40,41,42,50,main}
py{311,12}-django{42,50,main}

[testenv]
deps =
coverage
dj_database_url
freezegun
pytest
pytest-cov
pytest-django
django32: Django>=3.2,<3.3
django40: Django>=4.0,<4.1
django41: Django>=4.1,<4.2
django42: Django>=4.2,<4.3
django50: https://github.com/django/django/archive/stable/5.0.x.tar.gz
djangomain: https://github.com/django/django/archive/main.tar.gz
Expand Down

0 comments on commit 57fb648

Please sign in to comment.