dev-python/geoip-python: Add python3_8
authorJohn Helmert III <jchelmertt3@gmail.com>
Tue, 14 Apr 2020 21:03:35 +0000 (16:03 -0500)
committerMichał Górny <mgorny@gentoo.org>
Wed, 15 Apr 2020 19:09:17 +0000 (21:09 +0200)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild

index 2af3a4c3967e0e7b084aa4981cb837f05d72ed27..f89ae7f8f23e3a0c6a867f40306a5de248a51145 100644 (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