dev-python/pgspecial: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Sun, 7 Jul 2019 13:28:24 +0000 (15:28 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 7 Jul 2019 13:30:11 +0000 (15:30 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pgspecial/pgspecial-1.11.5.ebuild

index 4cd33f7650efd8a9867393c33aaa89ef99364c5a..6318ec7b5292784f0ad46fe06c70d6095dbb827d 100644 (file)
@@ -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"