ubershmekel / python3wos

DEPRECATED - Source behind the python 3 wall of superpowers (aka shame)
http://python3wos.appspot.com/
27 stars 6 forks source link

selenium 3.0.0b1 supports python 3 #43

Closed josephsu closed 8 years ago

josephsu commented 8 years ago

https://pypi.python.org/pypi/selenium

cclauss commented 8 years ago

Hi @josephsu

At the bottom of http://python3wos.appspot.com/ it says " If a module is red though it supports python 3 it's because they don't have the "Programming Language :: Python :: 3" tag. Consider contacting the maintainer to fix this." this is the problem for Selenium. It's PyPI page does not have the "Programming Language :: Python :: 3" trove classifier that python3wos is looking for.

cclauss commented 8 years ago

This problem is now fixed on the Selenium side. See https://github.com/SeleniumHQ/selenium/issues/2546