diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-02 11:32:34 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-02 11:32:34 +0200 |
commit | 89eecad308980587135071355cf9beab5fbbb01d (patch) | |
tree | b9975a52f8f21de5427bf4ea1ec41454ab93ef3a /dev-python/zope-exceptions | |
parent | dev-python/zope-testrunner: Remove py2.7 (diff) | |
download | gentoo-89eecad308980587135071355cf9beab5fbbb01d.tar.gz gentoo-89eecad308980587135071355cf9beab5fbbb01d.tar.bz2 gentoo-89eecad308980587135071355cf9beab5fbbb01d.zip |
dev-python/zope-exceptions: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/zope-exceptions')
-rw-r--r-- | dev-python/zope-exceptions/zope-exceptions-4.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/zope-exceptions/zope-exceptions-4.3.ebuild b/dev-python/zope-exceptions/zope-exceptions-4.3.ebuild index 7a4b0e61b6c4..c6701f6ddad0 100644 --- a/dev-python/zope-exceptions/zope-exceptions-4.3.ebuild +++ b/dev-python/zope-exceptions/zope-exceptions-4.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) inherit distutils-r1 |