Skip to content

Commit

Permalink
Django 5 only supports Python 3.10 or later, removing tox envs for ea…
Browse files Browse the repository at this point in the history
…rlier python versions
  • Loading branch information
molokov committed Dec 26, 2023
1 parent b8133cc commit 8f4ed9a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ jobs:
- tox-env: "py311-dj42"
python-version: "3.11"
# Django 5.0
- tox-env: "py38-dj50"
python-version: "3.8"
- tox-env: "py39-dj50"
python-version: "3.9"
- tox-env: "py310-dj50"
python-version: "3.10"
- tox-env: "py311-dj50"
Expand Down

0 comments on commit 8f4ed9a

Please sign in to comment.