3
0
Fork 0

Fix tox tests for python3.6

This commit is contained in:
Lance Edgar 2023-10-29 23:32:11 -05:00
parent cd2d16e6ac
commit c45aea71df
2 changed files with 14 additions and 2 deletions

View file

@ -2,6 +2,11 @@
[tox]
envlist = py36, py37, py38, py39, py310, py311
# TODO: can remove this when we drop py36 support
# nb. need this for testing older python versions
# https://tox.wiki/en/latest/faq.html#testing-end-of-life-python-versions
requires = virtualenv<20.22.0
[testenv]
commands =
pip install -U pip