Skip to content

Commit

Permalink
Fix the tox configuration for end-of-life Python support
Browse files Browse the repository at this point in the history
  • Loading branch information
Gallaecio committed Nov 15, 2023
1 parent e327373 commit c0a6ec0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit c0a6ec0

Please sign in to comment.