Skip to content

Commit c13f8e7

Browse files
committed
Enable finding python 3.7
1 parent a5633dc commit c13f8e7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/actions/setup-tox/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ runs:
4848

4949
- name: Install dependencies
5050
shell: bash
51+
# NOTE: The virtualenv and tox requirements support finding python 3.7,
52+
# if we drop support for python 3.7 the reqs can be simplified and updated
5153
run: |
5254
python --version
5355
python -m pip install --upgrade pip
54-
python -m pip install tox
56+
python -m pip install "tox<=4.23.2" "virtualenv<=20.26.6"

0 commit comments

Comments
 (0)