summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@paylead.fr>2021-11-08 14:17:52 +0100
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2021-11-08 14:56:48 +0100
commit63720c70dd538234e75914e2afb80b94d5e88a1f (patch)
tree67a569e96646efca40f19f8d40a6968da796a4c4 /.github
parentf67ece3b0aaac69f4d331b213090ed78e6ba46d7 (diff)
downloadsemantic-version-63720c70dd538234e75914e2afb80b94d5e88a1f.tar.gz
Extend test matrix for Python 3.10 / Django 3.2
Django >=3.2.9 is compatible with Python 3.10
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml12
1 files changed, 7 insertions, 5 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 5101fd2..7eb4638 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -33,15 +33,17 @@ jobs:
- python-version: "pypy3"
django-family: 22
- # Django 3.1: Python 3.6, 3.8, 3.9
+ # Django 3.2: Python 3.6, 3.8, 3.9, 3.10
- python-version: "3.6"
- django-family: 31
+ django-family: 32
- python-version: "3.8"
- django-family: 31
+ django-family: 32
- python-version: "3.9"
- django-family: 31
+ django-family: 32
+ - python-version: "3.10"
+ django-family: 32
- python-version: "pypy3"
- django-family: 31
+ django-family: 32
env:
TOXENV: django${{ matrix.django-family }}