Skip to content

Commit

Permalink
Update .github/workflows/build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mschoettle authored Dec 4, 2023
1 parent 4fe4efb commit 6cc6fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
max-parallel: 4
matrix:
python-version: [3.8, 3.9, '3.10', 3.11, 3.12]
django-version: [3.2, 4.1, 4.2, 5.0rc1]
django-version: [3.2, 4.1, 4.2, '5.0']
exclude:
# Django 3.2 only supports Python 3.6 to 3.10
- python-version: 3.11
Expand Down

0 comments on commit 6cc6fde

Please sign in to comment.