diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-02 11:21:22 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-02 11:21:22 +0200 |
commit | 739dbc5bb0747d264c776307204cfc99d2b6ea51 (patch) | |
tree | 29f97d7d734535938b6e73a09967c489b22812ec /dev-python/rfc3986-validator | |
parent | dev-python/pywavelets: Remove py2.7 (diff) | |
download | gentoo-739dbc5bb0747d264c776307204cfc99d2b6ea51.tar.gz gentoo-739dbc5bb0747d264c776307204cfc99d2b6ea51.tar.bz2 gentoo-739dbc5bb0747d264c776307204cfc99d2b6ea51.zip |
dev-python/rfc3986-validator: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/rfc3986-validator')
-rw-r--r-- | dev-python/rfc3986-validator/rfc3986-validator-0.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/rfc3986-validator/rfc3986-validator-0.1.1.ebuild b/dev-python/rfc3986-validator/rfc3986-validator-0.1.1.ebuild index e8f5dce4a832..c49fb089fec6 100644 --- a/dev-python/rfc3986-validator/rfc3986-validator-0.1.1.ebuild +++ b/dev-python/rfc3986-validator/rfc3986-validator-0.1.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6..9}} pypy3 ) +PYTHON_COMPAT=( python3_{6..9} pypy3 ) inherit distutils-r1 |