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 dc6e1b3 commit 99b6c5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +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:
#----------------------------------------------
Expand Down

0 comments on commit 99b6c5c

Please sign in to comment.