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.
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, apy34
env is still listed intox.ini
, whilepy37
is not. Just want to make sure this project is classified correctly itself, heh; per your Contributing Guidelines :