Skip to content

Commit

Permalink
Stop testing on Django 5.0 and 5.1 with Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmoreton committed Nov 28, 2024
1 parent c3d0474 commit 8af9afb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
django: ["djagno==4.2", "django==5.0", "django==5.1"]
exclude:
- python: "3.9"
django: ["django==5.0", "django==5.1"]
django: "django==5.0"
- python: "3.9"
django: "django==5.1"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
Expand Down

0 comments on commit 8af9afb

Please sign in to comment.