From: Conrad Kostecki Date: Tue, 17 Dec 2019 17:28:03 +0000 (+0100) Subject: dev-python/python-sense-hat: add python3.8 support X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2e97c5e7c4efeff1e3f4d93b71872bb07d3c2a82;p=gentoo.git dev-python/python-sense-hat: add python3.8 support Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Conrad Kostecki --- diff --git a/dev-python/python-sense-hat/python-sense-hat-2.2.0-r1.ebuild b/dev-python/python-sense-hat/python-sense-hat-2.2.0-r1.ebuild index 534933adccf5..e24dab462d27 100644 --- a/dev-python/python-sense-hat/python-sense-hat-2.2.0-r1.ebuild +++ b/dev-python/python-sense-hat/python-sense-hat-2.2.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} ) inherit distutils-r1