Remove Python 2.7 and 3.6 from test matrix

Signed-off-by: Dan Yeaw <dan@yeaw.me>
This commit is contained in:
Dan Yeaw
2020-10-24 15:33:49 -04:00
parent 8ce79103d0
commit e18bf9bef1

View File

@ -52,8 +52,6 @@ envlist = clean, py37, py38, py39, report
[gh-actions]
python =
2.7: py27
3.6: py36
3.7: py37
3.8: py38
3.9: py39