edsu / pymarc

process MARC records from Python
http://python.org/pypi/pymarc
Other
251 stars 99 forks source link

setup.py: Add PyPI trove classifiers for supported Python versions #125

Closed cclauss closed 5 years ago

cclauss commented 5 years ago

This helps users of PyPI, pyup, etc. to know what versions of Python are supported.

Wooble commented 5 years ago

We might also consider setuptools python_requires argument to setup(), although I'm not 100% confident it's in setuptools versions that work with all of the versions our codebase will technically run on.

(This sort of leads to the question of whether we should explicitly drop support for old versions of python.)