From: Aaron Bauman Date: Sun, 29 Dec 2019 21:44:38 +0000 (-0500) Subject: dev-python/fuse-python: drop py2.7 and py3.5 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3a77777004d75c04f1244c1b31909ee51d61a7ec;p=gentoo.git dev-python/fuse-python: drop py2.7 and py3.5 Signed-off-by: Aaron Bauman --- diff --git a/dev-python/fuse-python/fuse-python-1.0.0.ebuild b/dev-python/fuse-python/fuse-python-1.0.0.ebuild index 002e6b7797bf..2a22b71a21e0 100644 --- a/dev-python/fuse-python/fuse-python-1.0.0.ebuild +++ b/dev-python/fuse-python/fuse-python-1.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) inherit distutils-r1