Skip to content

Commit

Permalink
Update tox.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hugorodgerbrown committed Sep 23, 2023
1 parent 47bfc31 commit aaab89f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ jobs:
python: ["3.8", "3.9", "3.10", "3.11"]
django: ["32", "41", "main"]
exclude:
- django: ["50","main"]
python: ["3.8","3.9"]
# - django: "main"
# python: "3.8"
# - django: "50"
# python: "3.9"
# - django: "main"
# python: "3.9"
- django: "50"
python: "3.8"
- django: "50"
python: "3.9"
- django: "main"
python: "3.8"
- django: "main"
python: "3.9"

env:
TOXENV: py${{ matrix.python }}-django${{ matrix.django }}
Expand Down

0 comments on commit aaab89f

Please sign in to comment.