dev-python/geoip-python: Add python3_8

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
John Helmert III
2020-04-14 16:03:35 -05:00
committed by Michał Górny
parent d1e1546964
commit 948b0d4075

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python{2_7,3_6,3_7} pypy3 )
PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
inherit distutils-r1