edsu / pymarc

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

New release to PyPI to make Python 3 support official? #127

Closed cclauss closed 5 years ago

cclauss commented 5 years ago

https://github.com/edsu/pymarc/blob/master/setup.py#L24 should cause PyPI to register that both Python 2 and Python 3 are supported.

Wooble commented 5 years ago

I've added python_requires in #128 (and removed some useless pre-2.6 conditional deps) which might be nice to have before a new release.

edsu commented 5 years ago

.Merged and released as v3.1.11 thanks for your help as always.