Skip to content

Commit

Permalink
Remove incompatible python+django version combinations from testing. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Qup42 committed Mar 22, 2023
1 parent a58fe48 commit 7bef159
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
- python-version: '3.7'
django-version: 'main'

# < Python 3.10 is not supported by Django 5.0+
- python-version: '3.8'
django-version: 'main'
- python-version: '3.9'
django-version: 'main'

steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 7bef159

Please sign in to comment.