diff --git a/dev-python/click-threading/click-threading-0.4.4.ebuild b/dev-python/click-threading/click-threading-0.4.4.ebuild index df97e3b16cc1f..28abb2f482f56 100644 --- a/dev-python/click-threading/click-threading-0.4.4.ebuild +++ b/dev-python/click-threading/click-threading-0.4.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) inherit distutils-r1