dev-python/snakeoil: Enable py3.8
authorMichał Górny <mgorny@gentoo.org>
Wed, 20 Nov 2019 11:24:43 +0000 (12:24 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 20 Nov 2019 11:55:06 +0000 (12:55 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/snakeoil/snakeoil-9999.ebuild

index d374c3dffd90c41a9c3ce1ec6803fec155a780b7..e073443aa4a6a3436190f13681f0fb6887cdb0b0 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 PYTHON_REQ_USE="threads(+)"
 inherit distutils-r1