Skip to content

Commit

Permalink
Test adding dev back to tox
Browse files Browse the repository at this point in the history
  • Loading branch information
georgedorn committed Sep 6, 2023
1 parent 88e0218 commit fb40caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
django-version: ["3.2", "4.0", "4.1", "4.2"] # Todo: add "dev" back
django-version: ["3.2", "4.0", "4.1", "4.2", "dev"] # Todo: add "dev" back
exclude:
- python-version: "3.6"
django-version: "4.0"
Expand Down

0 comments on commit fb40caa

Please sign in to comment.