diff --git a/dev-python/mistune/mistune-0.7.1.ebuild b/dev-python/mistune/mistune-0.7.1.ebuild index 9ba8e32b7d809..db64d5998be0b 100644 --- a/dev-python/mistune/mistune-0.7.1.ebuild +++ b/dev-python/mistune/mistune-0.7.1.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) inherit distutils-r1