Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun authored Nov 29, 2024
1 parent 3f08788 commit cca0056
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ jobs:
]
exclude:
- django-version: '5.0'
python-version: 3.9
python-version: '3.9'
- django-version: '5.1'
python-version: 3.9
python-version: '3.9'
- django-version: '3.2'
python-version: '3.13'
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit cca0056

Please sign in to comment.