edsu / pymarc

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

python_requires and remove out of date dependencies. #128

Closed Wooble closed 5 years ago

Wooble commented 5 years ago

Adds python_requires argument to setup(), to specify supported versions. Removes dependencies that are specific to Python 2.5 and earlier, which are not supported (and won't work) anyway.