Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Commit

Permalink
chore: Post Django 3.2 cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
aht007 committed Feb 16, 2022
1 parent e82fa43 commit cb81fa8
Show file tree
Hide file tree
Showing 11 changed files with 495 additions and 345 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ jobs:
name: Tests
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
python-version: ['3.8']
toxenv: [quality, django22, django30, django31, django32]
toxenv: [quality, django32, django40]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit cb81fa8

Please sign in to comment.