Skip to content

Commit

Permalink
Add Django 3.2 to the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
sondrelg committed Mar 23, 2021
1 parent 70efd3d commit 7cfb531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
fail-fast: false
matrix:
python-version: [ "3.6", "3.7", "3.8", "3.9"]
django-version: [ "2.2", "3.0", "3.1" ]
django-version: [ "2.2", "3.0", "3.1", "3.2rc1" ]
drf-version: [ "3.10", "3.11", "3.12" ]
steps:
- name: Check out repository
Expand Down

0 comments on commit 7cfb531

Please sign in to comment.