summaryrefslogtreecommitdiff
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 7eb4638..02cb641 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -45,6 +45,14 @@ jobs:
- python-version: "pypy3"
django-family: 32
+ # Django 4.0: Python 3.8, 3.9, 3.10
+ - python-version: "3.8"
+ django-family: 40
+ - python-version: "3.9"
+ django-family: 40
+ - python-version: "3.10"
+ django-family: 40
+
env:
TOXENV: django${{ matrix.django-family }}