seomoz / url-py

URL Transformation, Sanitization
MIT License
103 stars 20 forks source link

Add python 3 classifiers and 3.6 to travis.yml #51

Closed voidlily closed 7 years ago

voidlily commented 7 years ago

While the codebase has been tested on travis with python 3 for some time, adding the language classifiers helps tools such as caniusepython3 know if the package works under python 3.

This change also adds python 3.6 to travis as it's the most recent version of python.

b4hand commented 7 years ago

Note this change will need a new pip release for it to have any impact on caniusepython3.