Skip to content

Commit

Permalink
chore: excluded python 3.9/Django 5 tox combo
Browse files Browse the repository at this point in the history
  • Loading branch information
cordery committed Jan 11, 2024
1 parent f829c15 commit 13fbdbd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
matrix:
python-version: [ '3.9', '3.10', '3.11', '3.12' ]
django-version: [ ">=3,<4", ">=4,<5", ">=5,<6" ]

exclude:
- python-version: '3.9'
django-version: '>=5,<6'
steps:
#----------------------------------------------
# check-out repo and set-up python
Expand Down

0 comments on commit 13fbdbd

Please sign in to comment.