From 51f8118d658dc3daf54b2a0ef8a9308c7a1ed752 Mon Sep 17 00:00:00 2001 From: Josh Date: Thu, 7 Oct 2021 15:12:32 -0500 Subject: [PATCH] add 3.10 to strategy matrix and py310 to `tox.ini` --- .github/workflows/test.yml | 2 +- tox.ini | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ac6d847..7d08edc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: fail-fast: false max-parallel: 5 matrix: - python-version: ['3.6', '3.7', '3.8', '3.9'] + python-version: ['3.6', '3.7', '3.8', '3.9', '3.10'] services: postgres: diff --git a/tox.ini b/tox.ini index 204abe3..6f7c855 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,8 @@ [tox] envlist = py{36,37,38,39}-dj{22,31,32} - py{38,39}-djmain + py310-dj{31,32} + py{38,39,310}-djmain flake8 isort @@ -11,6 +12,7 @@ python = 3.7: py37 3.8: py38, flake8, isort 3.9: py39 + 3.10: py310 [testenv] deps =