Skip to content

Commit

Permalink
Update wcwidth requirement to ~= 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Jul 8, 2020
1 parent 6843202 commit c6cbe52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ v0.12.0 (in development)
------------------------
- Support Python 3.8
- Drop support for Python 3.4
- Update wcwidth requirement to `~= 0.2.0`

v0.11.1 (2019-05-29)
--------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4
install_requires =
attrs >= 18.1
six ~= 1.4
wcwidth ~= 0.1.7
wcwidth ~= 0.2.0

0 comments on commit c6cbe52

Please sign in to comment.