From: Michał Górny Date: Thu, 20 Sep 2018 08:05:41 +0000 (+0200) Subject: dev-python/pycountry: Tested on py3.7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cfaefe2d4517ccc4bc37e99a19c9300f144ffb41;p=gentoo.git dev-python/pycountry: Tested on py3.7 Signed-off-by: Michał Górny --- diff --git a/dev-python/pycountry/pycountry-18.5.26.ebuild b/dev-python/pycountry/pycountry-18.5.26.ebuild index 4ceff4ecf3ee..4f2beccae580 100644 --- a/dev-python/pycountry/pycountry-18.5.26.ebuild +++ b/dev-python/pycountry/pycountry-18.5.26.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy pypy3 ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy pypy3 ) inherit distutils-r1