diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-04-20 15:11:40 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-04-20 15:40:57 +0200 |
commit | 40669e94086353444aec74bb159fad0cce9f3cc2 (patch) | |
tree | 5eb8570d93be1b43e36dc4fbbe1d85f521afd920 /dev-python/selenium | |
parent | dev-python/aiohttp-cors: Enable the test suites (diff) | |
download | gentoo-40669e94086353444aec74bb159fad0cce9f3cc2.tar.gz gentoo-40669e94086353444aec74bb159fad0cce9f3cc2.tar.bz2 gentoo-40669e94086353444aec74bb159fad0cce9f3cc2.zip |
dev-python/selenium: Enable python3.6
Diffstat (limited to 'dev-python/selenium')
-rw-r--r-- | dev-python/selenium/selenium-3.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/selenium/selenium-3.0.2.ebuild b/dev-python/selenium/selenium-3.0.2.ebuild index cb4597a249d7..675407557a50 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 |