Skip to content

Commit

Permalink
exclude Python-3.10 with Django-5.1 from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Jan 17, 2025
1 parent 227305c commit bfbfd99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
exclude:
- python-version: "3.10"
django-version: "5.0.*"
- python-version: "3.11"
django-version: "5.0.*"
- python-version: "3.12"
django-version: "4.2.*"

Expand Down

0 comments on commit bfbfd99

Please sign in to comment.