From: Michał Górny Date: Fri, 15 Nov 2019 18:01:19 +0000 (+0100) Subject: dev-python/future: Enable py3.8 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f49fd8660ed3da011aff551ab77bbb2f63052d4f;p=gentoo.git dev-python/future: Enable py3.8 Signed-off-by: Michał Górny --- diff --git a/dev-python/future/future-0.18.2.ebuild b/dev-python/future/future-0.18.2.ebuild index 8b471a58cec9..5444a0c4f1f0 100644 --- a/dev-python/future/future-0.18.2.ebuild +++ b/dev-python/future/future-0.18.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{5,6,7}} pypy{,3} ) +PYTHON_COMPAT=( python{2_7,3_{5,6,7,8}} pypy{,3} ) inherit distutils-r1