add 3.10 to strategy matrix and py310 to tox.ini

This commit is contained in:
Josh 2021-10-07 15:12:32 -05:00
parent 8f4f24f88c
commit 51f8118d65
2 changed files with 4 additions and 2 deletions

View file

@ -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:

View file

@ -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 =