dev-python/pytest-cython: Remove Python 2 support
authorMichał Górny <mgorny@gentoo.org>
Sat, 18 Jan 2020 18:27:52 +0000 (19:27 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 18 Jan 2020 18:47:48 +0000 (19:47 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pytest-cython/pytest-cython-0.1.0.ebuild

index c08edace5cf1ff80b68606d6a1411d2843b9b78d..867bc400cde49e655b2f7d8d2ad7f4e36fbcdfdd 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1