drop Python2.x testing, support Python3.9+

pull/10/head
Martin A. Brown 7 months ago
parent fafc30ac0e
commit 8be6d14517
  1. 2
      tox.ini

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

Loading…
Cancel
Save