Skip to content

Commit

Permalink
Remove django 3.2 from the matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethlove committed Dec 4, 2023
1 parent f03ca7f commit df71fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
django-version: ["3.2", "4.2", "5.0"]
django-version: ["4.2", "5.0"]
steps:
- uses: actions/checkout@v3
- name: Setup Python ${{ matrix.python-version }}
Expand Down

0 comments on commit df71fcd

Please sign in to comment.