Skip to content
This repository was archived by the owner on Nov 19, 2023. It is now read-only.

Commit 6ab4530

Browse files
authored
Merge pull request #231 from snok/sondrelg-patch-1
Update testing matrix to include Django 3.2
2 parents 0f63f61 + c407b17 commit 6ab4530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fail-fast: false
3333
matrix:
3434
python-version: [ "3.6", "3.7", "3.8", "3.9" ]
35-
django-version: [ "2.2", "3.0", "3.1" ]
35+
django-version: [ "2.2", "3.0", "3.1", "3.2rc1" ]
3636
steps:
3737
- name: Check out repository
3838
uses: actions/checkout@v2

0 commit comments

Comments
 (0)