From 404584fc0183db207529f65ae204b7373f7cabb5 Mon Sep 17 00:00:00 2001 From: M1ha Shvn Date: Sat, 6 Nov 2021 08:08:41 +0300 Subject: [PATCH] Update python-tests.yml Added python 3.10 and django 3.2 to testing --- .github/workflows/python-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 180817d..c5d5240 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -11,8 +11,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.6", "3.7", "3.8", "3.9"] - postgres-version: ["9.6", "10", "11", "12"] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"] + postgres-version: ["9.6", "10", "11", "12", "13"] django-version: ["2.1", "2.2", "3.0", "3.1", "3.2"] clickhouse-version: ["latest"] redis-version: ["latest"]