summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2021-03-02 16:35:01 +0100
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2021-03-02 16:37:47 +0100
commitce5b49fe642a07ff51a41952e62f8cfdaa892bbd (patch)
tree221ef292c799f31759f4044895ac2e3900b2d0df /.github
parent505f9d96beb118bc14f768e76932a281fdb18541 (diff)
downloadsemantic-version-ce5b49fe642a07ff51a41952e62f8cfdaa892bbd.tar.gz
Add support for Python 3.7 / 3.8
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 5c82537..473ce6d 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -19,6 +19,11 @@ jobs:
django-family:
- 111
- 22
+ include:
+ - python-version: 3.7
+ django-family: 22
+ - python-version: 3.8
+ django-family: 22
exclude:
- python-version: pypy3
django-family: 111