brettcannon / caniusepython3

Can I Use Python 3?
Apache License 2.0
412 stars 60 forks source link

Add Python 3.7 to classifiers and remove Python 3.4/add Python 3.7 from tox #205

Closed CAM-Gerlach closed 5 years ago

CAM-Gerlach commented 5 years ago

Although this project is currently testing under Python 3.7 and even 3.8-dev and tests are green, the Python 3.7 Trove classifier is not present in setup.py. Furthermore, a py34 env is still listed in tox.ini, while py37 is not. Just want to make sure this project is classified correctly itself, heh; per your Contributing Guidelines :

Supporting a new release of Python

Make sure to update both the .travis.yml and tox.ini files to list the new version.