Skip to content

Commit

Permalink
Add exclusions for unsupported django/python combos
Browse files Browse the repository at this point in the history
  • Loading branch information
nshafer committed Jan 9, 2024
1 parent b0c2c44 commit 7ec2e29
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ jobs:
drf:
- "no"
- "3.14.0"
exclude:
- python: "3.8"
django: "5.0.1"
- python: "3.9"
django: "5.0.1"
- python: "3.12"
django: "3.2.23"

name: "Python ${{ matrix.python }} - Django ${{ matrix.django }} - DRF ${{ matrix.drf }}"
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7ec2e29

Please sign in to comment.