From: Michał Górny Date: Sat, 18 Jan 2020 18:27:52 +0000 (+0100) Subject: dev-python/pytest-cython: Remove Python 2 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=71792ded512afce92f910753b27393b72d5dd89a;p=gentoo.git dev-python/pytest-cython: Remove Python 2 support Signed-off-by: Michał Górny --- diff --git a/dev-python/pytest-cython/pytest-cython-0.1.0.ebuild b/dev-python/pytest-cython/pytest-cython-0.1.0.ebuild index c08edace5cf1..867bc400cde4 100644 --- a/dev-python/pytest-cython/pytest-cython-0.1.0.ebuild +++ b/dev-python/pytest-cython/pytest-cython-0.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1