Python 3.6 is EOL; remove from CI tests

Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
Alex Forencich
2023-01-18 17:53:30 -08:00
parent b5ba332ecc
commit a22123649c
2 changed files with 2 additions and 3 deletions

View File

@@ -47,14 +47,13 @@ addopts =
# tox configuration
[tox:tox]
envlist = py36, py37, py38, py39, py310
envlist = py37, py38, py39, py310
skip_missing_interpreters = true
minversion = 3.2.0
requires = virtualenv >= 16.1
[gh-actions]
python =
3.6: py36
3.7: py37
3.8: py38
3.9: py39