Skip to content

Commit

Permalink
chore(releasenotes): add release note
Browse files Browse the repository at this point in the history
  • Loading branch information
gnufede committed Apr 20, 2023
1 parent 79da2c9 commit e667ea3
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==20.20.0",
"virtualenv<=20.20.0",
"rich",
"pexpect",
"packaging",
Expand Down

0 comments on commit e667ea3

Please sign in to comment.