summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2021-03-02 16:40:50 +0100
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2021-03-02 16:40:50 +0100
commit3db47018c75f9fc8d853665e97a0021462b39ab5 (patch)
tree8538d372d61af21a767940a3f69ae8115bcb9955 /.github
parentce5b49fe642a07ff51a41952e62f8cfdaa892bbd (diff)
downloadsemantic-version-3db47018c75f9fc8d853665e97a0021462b39ab5.tar.gz
Add support for Django 3.1
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml6
1 files changed, 6 insertions, 0 deletions
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