Skip to content

Commit 04f7b6a

Browse files
authored
Bump the version of virtualenv in tox.ini to pull in the correct version of pip (#31)
1 parent 123235e commit 04f7b6a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

tox.ini

+5-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ envlist = lint, py3, pypy3
55
# locally installed tox to have a minimum version 3.3.0. This means the names
66
# of the configuration options are still according to the tox 3.x syntax.
77
minversion = 4.4.3
8-
# This version of virtualenv will install setuptools version 65.5.0 and pip
9-
# 22.3. These versions fully support python projects defined only through a
10-
# pyproject.toml file (PEP-517/PEP-518/PEP-621)
11-
requires = virtualenv>=20.16.6
8+
# This version of virtualenv will install setuptools version 68.2.2 and pip
9+
# 23.3.1. These versions fully support python projects defined only through a
10+
# pyproject.toml file (PEP-517/PEP-518/PEP-621). This pip version also support
11+
# the proper version resolving with (sub-)dependencies defining dev extra's.
12+
requires = virtualenv>=20.24.6
1213

1314
[testenv]
1415
extras = dev

0 commit comments

Comments
 (0)