drop Python2.x testing, support Python3.9+

This commit is contained in:
Martin A. Brown 2022-10-23 12:12:22 -07:00
parent fafc30ac0e
commit 8be6d14517
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
envlist = py27, py34, py35
envlist = py39, py310
skip_missing_interpreters = True
[testenv]