From: Michał Górny Date: Sun, 7 Jul 2019 13:28:24 +0000 (+0200) Subject: dev-python/pgspecial: Enable py3.7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fe5b5780214b61047aee4e7704920cbe60e6721e;p=gentoo.git dev-python/pgspecial: Enable py3.7 Signed-off-by: Michał Górny --- diff --git a/dev-python/pgspecial/pgspecial-1.11.5.ebuild b/dev-python/pgspecial/pgspecial-1.11.5.ebuild index 4cd33f7650ef..6318ec7b5292 100644 --- a/dev-python/pgspecial/pgspecial-1.11.5.ebuild +++ b/dev-python/pgspecial/pgspecial-1.11.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) inherit distutils-r1 DESCRIPTION="Python implementation of postgres meta commands"