Skip to content

Commit

Permalink
fix(tox): pin old virtualenv to support eol python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dairiki committed Sep 3, 2024
1 parent 1a0227c commit bf154d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ envlist =
py27,py36,py37,py38,py39,py310,py311,pypy2,pypy3
cover-{clean,report}
lint
# necessary for python <= 3.6, pypy
requires =
# virtualenv<20.22 # required for py<36 supports
# pypy310 seems to have issues with anything newer than this
virtualenv<20.17.0

[gh-actions]
python =
Expand Down

0 comments on commit bf154d4

Please sign in to comment.