Add support for Python 3.10

This commit is contained in:
johnthagen 2021-10-23 11:08:39 -04:00 committed by GitHub
parent 0578729a66
commit 5f2cdb34ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
[tox]
envlist =
py{36,37,38,39}-dj{22,31,32}
py{38,39}-djmain
py{36,37,38,39,310}-dj{22,31,32}
py{38,39,310}-djmain
lint
sphinx
readme
@ -12,6 +12,7 @@ python =
3.7: py37
3.8: py38, lint, sphinx, readme
3.9: py39
3.10: py310
[gh-actions:env]
DJANGO =