dev-python/cherrypy: add python3_6 support

Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
Kacper Kowalik
2017-04-18 09:17:08 -05:00
parent b9176df74e
commit 3fda6c800b

View File

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