dev-python/fuse-python: drop py2.7 and py3.5
authorAaron Bauman <bman@gentoo.org>
Sun, 29 Dec 2019 21:44:38 +0000 (16:44 -0500)
committerAaron Bauman <bman@gentoo.org>
Sun, 29 Dec 2019 21:44:38 +0000 (16:44 -0500)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
dev-python/fuse-python/fuse-python-1.0.0.ebuild

index 002e6b7797bf24e794a65ac6aa46da585c6c2b9e..2a22b71a21e0a79f0ce1a6a31597f139d5f19407 100644 (file)
@@ -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