Skip to content

Commit

Permalink
chore: add exclusions for unsupported version combinations
Browse files Browse the repository at this point in the history
  • Loading branch information
mschoettle committed Nov 22, 2023
1 parent 5957c93 commit 73a04fe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
django-version: 3.2
- python-version: 3.12
django-version: 3.2
# Django 5.0 only supports Python 3.10 to 3.12
- python-version: 3.8
django-version: 5.0
- python-version: 3.9
django-version: 5.0

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 73a04fe

Please sign in to comment.