dev-python/pygresql: Remove Python 2 support

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-01-18 19:27:45 +01:00
parent 15dcda45dc
commit 412dc1d0cf
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
EAPI=6
POSTGRES_COMPAT=( 9.{4..6} 10 )
PYTHON_COMPAT=( python2_7 python3_6 )
PYTHON_COMPAT=( python3_6 )
inherit distutils-r1 postgres

View File

@@ -4,7 +4,7 @@
EAPI=6
POSTGRES_COMPAT=( 9.{4..6} 10 )
PYTHON_COMPAT=( python2_7 python3_{6..7} )
PYTHON_COMPAT=( python3_{6..7} )
inherit distutils-r1 postgres

View File

@@ -4,7 +4,7 @@
EAPI=6
POSTGRES_COMPAT=( 9.{4..6} {10..11} )
PYTHON_COMPAT=( python2_7 python3_{6..7} )
PYTHON_COMPAT=( python3_{6..7} )
inherit distutils-r1 postgres