diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-02 10:20:59 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-02 10:25:55 +0200 |
commit | 373f95f2baedacce490d78cc59d73e14b60f9040 (patch) | |
tree | 3909e56b1c4c9919dfbda58af66519566ebabe85 /dev-python/josepy | |
parent | dev-python/jedi: Remove old (py2.7) (diff) | |
download | gentoo-373f95f2baedacce490d78cc59d73e14b60f9040.tar.gz gentoo-373f95f2baedacce490d78cc59d73e14b60f9040.tar.bz2 gentoo-373f95f2baedacce490d78cc59d73e14b60f9040.zip |
dev-python/josepy: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/josepy')
-rw-r--r-- | dev-python/josepy/josepy-1.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/josepy/josepy-1.3.0.ebuild b/dev-python/josepy/josepy-1.3.0.ebuild index 34d9145537eb..8f7ce5c780ae 100644 --- a/dev-python/josepy/josepy-1.3.0.ebuild +++ b/dev-python/josepy/josepy-1.3.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 python3_7 python3_8 ) +PYTHON_COMPAT=( python3_6 python3_7 python3_8 ) inherit distutils-r1 DESCRIPTION="JOSE protocol implementation in Python" |