From 40669e94086353444aec74bb159fad0cce9f3cc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 20 Apr 2017 15:11:40 +0200 Subject: [PATCH] dev-python/selenium: Enable python3.6 --- dev-python/selenium/selenium-3.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/selenium/selenium-3.0.2.ebuild b/dev-python/selenium/selenium-3.0.2.ebuild index cb4597a249d7f..675407557a50f 100644 --- a/dev-python/selenium/selenium-3.0.2.ebuild +++ b/dev-python/selenium/selenium-3.0.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1