diff --git a/dev-python/unidecode/unidecode-0.04.20.ebuild b/dev-python/unidecode/unidecode-0.04.20.ebuild index d5cf452e826b2..7aee4702b2c53 100644 --- a/dev-python/unidecode/unidecode-0.04.20.ebuild +++ b/dev-python/unidecode/unidecode-0.04.20.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) MY_PN=Unidecode MY_P=${MY_PN}-${PV}