dev-python/itypes: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 14:34:50 +0000 (15:34 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 14:37:20 +0000 (15:37 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/itypes/itypes-1.1.0.ebuild

index e6e42c7b7c3436f7da3c14e6f7568aa6e5b9757d..76e5dd50b66a8fc6d6067a454979ae29c29702df 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
+PYTHON_COMPAT=( python3_6 python3_7 )
 inherit distutils-r1
 
 DESCRIPTION="basic immutable container types for python"