diff options
-rw-r--r-- | dev-python/pgspecial/pgspecial-1.11.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pgspecial/pgspecial-1.11.10.ebuild b/dev-python/pgspecial/pgspecial-1.11.10.ebuild index c35d1714c4d3..1f8952ae4e42 100644 --- a/dev-python/pgspecial/pgspecial-1.11.10.ebuild +++ b/dev-python/pgspecial/pgspecial-1.11.10.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 DESCRIPTION="Python implementation of PostgreSQL meta commands" |