Skip to content

Commit 512f022

Browse files
committed
Increased min version of virtualenv on py27/34 and fixed consistency
Signed-off-by: Andreas Maier <[email protected]>
1 parent ac72650 commit 512f022

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

dev-requirements.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ more-itertools>=4.0.0; python_version >= '3.6'
2929
# Virtualenv
3030
# Virtualenv 20.0.19 has an issue where it does not install pip on Python 3.4.
3131
# Virtualenv 20.0.32 has an issue where it raises AttributeError on Python 3.4.
32-
virtualenv>=14.0.0,!=20.0.19,!=20.0.32; python_version < '3.5'
33-
virtualenv>=16.1.0; python_version >= '3.5' and python_version < '3.8'
32+
virtualenv>=16.1.0,!=20.0.19,!=20.0.32; python_version <= '3.7'
3433
virtualenv>=20.0.0; python_version >= '3.8'
3534

3635
# Coverage reporting (no imports, invoked via coveralls script):

minimum-constraints.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ mock==3.0.0
4646
toposort==1.6
4747

4848
# Virtualenv
49-
virtualenv==14.0.0; python_version < '3.5'
50-
virtualenv==16.1.0; python_version >= '3.5' and python_version < '3.8'
49+
virtualenv==16.1.0; python_version <= '3.7'
5150
virtualenv==20.0.0; python_version >= '3.8' # requires six<2,>=1.12.0
5251

5352
# Indirect dependencies for install (not in requirements.txt)

0 commit comments

Comments
 (0)