diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-07-07 15:28:24 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-07 15:30:11 +0200 |
commit | fe5b5780214b61047aee4e7704920cbe60e6721e (patch) | |
tree | af241b10bd0aa15047012378203a3e862db3dc9b /dev-python/pgspecial | |
parent | dev-python/pgspecial: Add tests, fix deps (diff) | |
download | gentoo-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.ebuild | 2 |
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" |