Add Python 3.10 to the CI test matrix

This commit is contained in:
johnthagen 2021-10-23 11:09:39 -04:00
parent 5f2cdb34ce
commit f0fca57ffe
2 changed files with 2 additions and 1 deletions

View file

@ -10,7 +10,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']
django-version: ['2.2', '3.1', '3.2', 'main']
steps:

View file

@ -19,6 +19,7 @@ setup(
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
'Framework :: Django',
'Framework :: Django :: 2.2',
'Framework :: Django :: 3.1',