Skip to content

Commit

Permalink
fix: pin virtualenv version to 20.20.0 (#205)
Browse files Browse the repository at this point in the history
* chore(ci): pin virtualenv version to 20.20.0

* chore(releasenotes): add release note
  • Loading branch information
gnufede authored Apr 20, 2023
1 parent 732734d commit 5a7e061
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
fixes:
- |
Avoid using latests versions of ``virtualenv`` since it has dropped support for Python 2.7.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
install_requires=[
"dataclasses; python_version<'3.7'",
"click>=7",
"virtualenv",
"virtualenv<=20.20.0",
"rich",
"pexpect",
"packaging",
Expand Down

0 comments on commit 5a7e061

Please sign in to comment.