From 3db47018c75f9fc8d853665e97a0021462b39ab5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Tue, 2 Mar 2021 16:40:50 +0100 Subject: Add support for Django 3.1 --- .github/workflows/test.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.github/workflows/test.yml') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 473ce6d..a4a1d3d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,6 +24,12 @@ jobs: django-family: 22 - python-version: 3.8 django-family: 22 + - python-version: 3.7 + django-family: 31 + - python-version: 3.8 + django-family: 31 + - python-version: pypy3 + django-family: 31 exclude: - python-version: pypy3 django-family: 111 -- cgit v1.2.1