dev-python/ratelimit: Support newer python

Package-Manager: Portage-2.3.10, Repoman-2.3.3
This commit is contained in:
Pacho Ramos
2017-09-25 15:32:48 +02:00
parent dfb60374f3
commit 7b2aadb6c6

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python{2_7,3_4} )
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1