Remove python 3.6 from supported language versions

This commit is contained in:
Lioman 2022-08-23 13:02:58 +02:00
commit 5103aa9a38
5 changed files with 3 additions and 7 deletions

View file

@ -1,9 +1,8 @@
[tox]
envlist = py{3.6,3.7,3.8,3.9,3.10},docs,flake8
envlist = py{3.7,3.8,3.9,3.10},docs,flake8
[testenv]
basepython =
py3.6: python3.6
py3.7: python3.7
py3.8: python3.8
py3.9: python3.9