Skip to content

Commit

Permalink
Version notation
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Feb 28, 2025
1 parent 5f5f824 commit ba612e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
strategy:
matrix:
python-version: [3.9, "3.10", 3.11, 3.12, 3.13]
django-version: [4.2, 5.0, 5.1, "main"]
django-version: [4.2, "5.0", 5.1, "main"]
exclude:
# Django 5.0
- python-version: 3.9
django-version: 5.0
django-version: "5.0"

# Django 5.1
- python-version: 3.9
Expand Down

0 comments on commit ba612e1

Please sign in to comment.