From c6cbe52c42d9fdcd6e51a096aadc8d74b55e4910 Mon Sep 17 00:00:00 2001 From: "John T. Wodder II" Date: Wed, 8 Jul 2020 12:25:20 -0400 Subject: [PATCH] Update wcwidth requirement to `~= 0.2.0` --- CHANGELOG.md | 1 + setup.cfg | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7f12c1..30a4cd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) -------------------- diff --git a/setup.cfg b/setup.cfg index fd607ea..09cbb12 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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