mail-filter/afew: Enable Python 3.7

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Amadeusz Piotr Żołnowski <aidecoe@gentoo.org>
This commit is contained in:
Amadeusz Piotr Żołnowski
2019-11-16 21:45:12 +00:00
parent 12a50f36c3
commit c233339567

View File

@@ -4,7 +4,7 @@
EAPI=6
DISTUTILS_SINGLE_IMPL=1
PYTHON_COMPAT=( python{3_5,3_6} )
PYTHON_COMPAT=( python{3_5,3_6,3_7} )
inherit distutils-r1