Deprecate Python 3.6 support

This commit is contained in:
Aleksi Häkli 2022-04-15 19:22:28 +03:00 committed by GitHub
parent 95ccba251d
commit 38fd8b6f16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,13 +1,12 @@
[tox]
envlist =
# list of supported Django/Python versions:
py{36,37,38,39,py3}-dj{32}
py{37,38,39,py3}-dj{32}
py{38,39,310}-dj{40,main}
py38-{lint,docs}
[gh-actions]
python =
3.6: py36
3.7: py37
3.8: py38
3.9: py39