dev-python/selenium: Enable python3.6

This commit is contained in:
Michał Górny
2017-04-20 15:11:40 +02:00
parent f305a79895
commit 40669e9408

View File

@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5} )
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1