dev-python/click-threading: Enable py3.8
authorMichał Górny <mgorny@gentoo.org>
Sun, 26 Apr 2020 14:44:25 +0000 (16:44 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 26 Apr 2020 14:52:56 +0000 (16:52 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/click-threading/click-threading-0.4.4.ebuild

index df97e3b16cc1f19784b8080775b0f1ab0969547a..28abb2f482f565695c3046877a91570e038e4790 100644 (file)
@@ -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