dev-python/snakeoil: drop py35 support
authorTim Harder <radhermit@gentoo.org>
Thu, 18 Jul 2019 04:43:23 +0000 (22:43 -0600)
committerTim Harder <radhermit@gentoo.org>
Thu, 18 Jul 2019 04:55:46 +0000 (22:55 -0600)
Signed-off-by: Tim Harder <radhermit@gentoo.org>
dev-python/snakeoil/snakeoil-9999.ebuild

index e7629b6dfc9fcf4431c19b6ac97bcbf0b15f25ae..901b625aba59f021ad36e061f9fd88637d20c37d 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python3_{5,6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 PYTHON_REQ_USE="threads(+)"
 inherit distutils-r1