diff --git a/dev-python/urwidtrees/urwidtrees-1.0.2.ebuild b/dev-python/urwidtrees/urwidtrees-1.0.2.ebuild index 26a98d8ca215d..866c17183b5b7 100644 --- a/dev-python/urwidtrees/urwidtrees-1.0.2.ebuild +++ b/dev-python/urwidtrees/urwidtrees-1.0.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 ) inherit distutils-r1