Fix the tox configuration for end-of-life Python support

This commit is contained in:
Adrián Chaves 2023-11-15 16:19:14 +01:00
parent e3273732c2
commit c0a6ec084a
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@
[tox]
envlist = py27
# https://tox.wiki/en/4.11.3/faq.html#testing-end-of-life-python-versions
requires = virtualenv<20.22.0
[testenv]
deps =