added testing for python 36 and 37; updated readme

This commit is contained in:
Bryan Bailey
2022-04-01 21:49:26 -04:00
parent d71a8db95c
commit 4509276318
3 changed files with 37 additions and 5 deletions

View File

@@ -1,10 +1,12 @@
[tox]
minversion = 3.8.0
envlist = py38, py39
envlist = py36, py37, py38, py39
isolated_build = true
[gh-actions]
python =
3.6: py36
3.6: py37
3.8: py38
3.9: py39