summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-23 10:55:01 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-23 11:25:46 +0200
commit91a8a742246aa4936f3a861ef4d296fc586ff7d7 (patch)
tree0b84a538906b2e3a55728e173d69dcd3d915c394 /dev-python/wcwidth
parentmedia-sound/qmmp: Removed old. (diff)
downloadgentoo-91a8a742246aa4936f3a861ef4d296fc586ff7d7.tar.gz
gentoo-91a8a742246aa4936f3a861ef4d296fc586ff7d7.tar.bz2
gentoo-91a8a742246aa4936f3a861ef4d296fc586ff7d7.zip
dev-python/wcwidth: Enable py3.7
Diffstat (limited to 'dev-python/wcwidth')
-rw-r--r--dev-python/wcwidth/wcwidth-0.1.7-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/wcwidth/wcwidth-0.1.7-r1.ebuild b/dev-python/wcwidth/wcwidth-0.1.7-r1.ebuild
index ca6f6b62186f..befdbde04d6e 100644
--- a/dev-python/wcwidth/wcwidth-0.1.7-r1.ebuild
+++ b/dev-python/wcwidth/wcwidth-0.1.7-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
inherit distutils-r1