diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-02 10:32:58 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-02 10:36:48 +0200 |
commit | c3d47fd2bd7cdb3d27f0c89d049ea82f2a9b4afc (patch) | |
tree | f76d92ad07782ac8f7601eb61098a0f5bbc39216 /dev-python/pipfile | |
parent | dev-python/picklemagic: Remove py2.7 (diff) | |
download | gentoo-c3d47fd2bd7cdb3d27f0c89d049ea82f2a9b4afc.tar.gz gentoo-c3d47fd2bd7cdb3d27f0c89d049ea82f2a9b4afc.tar.bz2 gentoo-c3d47fd2bd7cdb3d27f0c89d049ea82f2a9b4afc.zip |
dev-python/pipfile: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pipfile')
-rw-r--r-- | dev-python/pipfile/pipfile-0.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pipfile/pipfile-0.0.2.ebuild b/dev-python/pipfile/pipfile-0.0.2.ebuild index 55fa3040ed33..5ce953f15094 100644 --- a/dev-python/pipfile/pipfile-0.0.2.ebuild +++ b/dev-python/pipfile/pipfile-0.0.2.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 |