You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there is no (easy to find) overview of what Python versions Click supports.
The README is silent on the subject
setup.py has trove identifiers for Programming Language :: Python and Programming Language :: Python :: 3, implying only Python 3 is supported.
Although the distributed wheel on PyPI is built to be version agnostic, the Py Version column is set to the confusing value of 3.5 implying that the package only works on that Python version (*).
The travis config shows the project is tested against 2.6, 2.7, 3.3 - 3.5 and pypy. This may or may not amount to the officially supported version list.
Please add, to the README and perhaps to the quickstart, a clear list of officially supported Python versions, and update the project trove classifiers to include, at least, Programming Language :: Python :: 2, or preferably all supported versions.
(*) the Py Version column was taken from the Python version that built the wheel; use twine to upload wheels instead and that column will be set correctly.
The text was updated successfully, but these errors were encountered:
Currently, there is no (easy to find) overview of what Python versions Click supports.
setup.py
has trove identifiers forProgramming Language :: Python
andProgramming Language :: Python :: 3
, implying only Python 3 is supported.Please add, to the README and perhaps to the quickstart, a clear list of officially supported Python versions, and update the project trove classifiers to include, at least,
Programming Language :: Python :: 2
, or preferably all supported versions.(*) the Py Version column was taken from the Python version that built the wheel; use
twine
to upload wheels instead and that column will be set correctly.The text was updated successfully, but these errors were encountered: