Skip to content

Commit

Permalink
ci: drop django 4.0 tests
Browse files Browse the repository at this point in the history
Django 4.0 support ended in early 2023.
  • Loading branch information
xrmx committed Oct 26, 2023
1 parent a8b82b0 commit dc68f35
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ jobs:
django-version: "3.2"
- python-version: "3.10"
django-version: "3.2"
- python-version: "3.9"
django-version: "4.0"
- python-version: "3.10"
django-version: "4.0"
- python-version: "3.9"
django-version: "4.1"
- python-version: "3.10"
Expand Down
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[tox]
envlist = py{3.7,3.8,3.9,3.10}-django{3.2}
py{3.9,3.10}-django{4.0}
py{3.9,3.10,3.11}-django{4.1}
py{3.9,3.10,3.11}-django{4.2}

Expand All @@ -20,6 +19,5 @@ allowlist_externals =
deps =
coverage
django3.2: Django>=3.2,<4.0
django4.0: Django>=4.0,<4.1
django4.1: Django>=4.1,<4.2
django4.2: Django>=4.2,<5.0

0 comments on commit dc68f35

Please sign in to comment.