Skip to content

Commit 2bc6faf

Browse files
committed
Tentatively add tests and declare support for Django 4.0
1 parent 401e1d1 commit 2bc6faf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
poetry-version: '1.1.4'
1818
- run: pip install tox
19-
- run: tox -e lint,py39-dj31
19+
- run: tox -e lint,py39-dj32
2020
test_compatibility:
2121
needs: test
2222
runs-on: ubuntu-latest
@@ -28,9 +28,9 @@ jobs:
2828
- python: "3.7"
2929
toxenv: py37-dj22,py37-dj30,py37-dj31,py37-dj32
3030
- python: "3.8"
31-
toxenv: py38-dj22,py38-dj30,py38-dj31,py38-dj32
31+
toxenv: py38-dj22,py38-dj30,py38-dj31,py38-dj32,py38-djmain
3232
- python: "3.9"
33-
toxenv: py39-dj22,py39-dj30,py39-dj31,py39-dj32
33+
toxenv: py39-dj22,py39-dj30,py39-dj31,py39-dj32,py39-djmain
3434
steps:
3535
- uses: actions/checkout@v2
3636
- uses: actions/setup-python@v2

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Added
66

7-
- We now officially support Django 3.2
7+
- We now officially support Django 3.2, and tentatively Django 4.0
88

99
### Fixed
1010

0 commit comments

Comments
 (0)