From: Tim Harder Date: Wed, 12 Feb 2020 00:40:09 +0000 (-0700) Subject: dev-python/netifaces: add py38 compat X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=88d7ee510c6fba1e8678079db44e38828b94af3d;p=gentoo.git dev-python/netifaces: add py38 compat Signed-off-by: Tim Harder --- diff --git a/dev-python/netifaces/netifaces-0.10.9.ebuild b/dev-python/netifaces/netifaces-0.10.9.ebuild index b54bd672b5dd..1272dc4f031f 100644 --- a/dev-python/netifaces/netifaces-0.10.9.ebuild +++ b/dev-python/netifaces/netifaces-0.10.9.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} ) inherit distutils-r1