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

index 8843fc394d4687b1f9aad2b874682084405e6d20..02484280f727e8065eb0dde005c4de7a3ef0df26 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