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

chore: Post Django 3.2 cleanup #174

Merged
merged 1 commit into from
Feb 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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