summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-07-07 15:28:24 +0200
committerMichał Górny <mgorny@gentoo.org>2019-07-07 15:30:11 +0200
commitfe5b5780214b61047aee4e7704920cbe60e6721e (patch)
treeaf241b10bd0aa15047012378203a3e862db3dc9b /dev-python/pgspecial
parentdev-python/pgspecial: Add tests, fix deps (diff)
downloadgentoo-fe5b5780214b61047aee4e7704920cbe60e6721e.tar.gz
gentoo-fe5b5780214b61047aee4e7704920cbe60e6721e.tar.bz2
gentoo-fe5b5780214b61047aee4e7704920cbe60e6721e.zip
dev-python/pgspecial: Enable py3.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pgspecial')
-rw-r--r--dev-python/pgspecial/pgspecial-1.11.5.ebuild2
1 files changed, 1 insertions, 1 deletions
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"