From: Michał Górny Date: Wed, 20 Nov 2019 11:24:43 +0000 (+0100) Subject: dev-python/snakeoil: Enable py3.8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=50d6437880919bab489fb324a3cfd977ff7fdc93;p=gentoo.git dev-python/snakeoil: Enable py3.8 Signed-off-by: Michał Górny --- diff --git a/dev-python/snakeoil/snakeoil-9999.ebuild b/dev-python/snakeoil/snakeoil-9999.ebuild index d374c3dffd90..e073443aa4a6 100644 --- a/dev-python/snakeoil/snakeoil-9999.ebuild +++ b/dev-python/snakeoil/snakeoil-9999.ebuild @@ -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