From 63720c70dd538234e75914e2afb80b94d5e88a1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Mon, 8 Nov 2021 14:17:52 +0100 Subject: Extend test matrix for Python 3.10 / Django 3.2 Django >=3.2.9 is compatible with Python 3.10 --- .github/workflows/test.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to '.github/workflows/test.yml') 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 }} -- cgit v1.2.1