diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 13:39:17 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 13:59:49 +0100 |
commit | dded7fdbd751c026708b8ffc797755093e381752 (patch) | |
tree | 38f888b8bc7e78e1745739c496acbaa254e02b55 /dev-python/editorconfig-core-py | |
parent | app-vim/editorconfig-vim: Remove py2 (diff) | |
download | gentoo-dded7fdbd751c026708b8ffc797755093e381752.tar.gz gentoo-dded7fdbd751c026708b8ffc797755093e381752.tar.bz2 gentoo-dded7fdbd751c026708b8ffc797755093e381752.zip |
dev-python/editorconfig-core-py: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/editorconfig-core-py')
-rw-r--r-- | dev-python/editorconfig-core-py/editorconfig-core-py-0.12.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/editorconfig-core-py/editorconfig-core-py-0.12.0.ebuild b/dev-python/editorconfig-core-py/editorconfig-core-py-0.12.0.ebuild index 98a568d05ada..97128a013059 100644 --- a/dev-python/editorconfig-core-py/editorconfig-core-py-0.12.0.ebuild +++ b/dev-python/editorconfig-core-py/editorconfig-core-py-0.12.0.ebuild @@ -4,7 +4,7 @@ EAPI=6 TESTVER="abb579e00f2deeede91cb485e53512efab9c6474" -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 DESCRIPTION="Clone of EditorConfig core written in Python" |