Test with Python 3.9, stop testing Python 3.5

Python 3.5 is now end-of-life, Python 3.9 was released 2020-10-05
This commit is contained in:
2020-10-31 08:31:54 +02:00
parent 21085454fd
commit 63f674d897
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
[tox]
envlist = py35,py36,py37,py38
envlist = py36,py37,py38,py39
[testenv]
deps =
flake8