HEPData / hepdata_lib

Library for getting your data into HEPData
https://hepdata-lib.readthedocs.io
MIT License
15 stars 37 forks source link

chore: Apply pyupgrade --py36-plus #223

Closed matthewfeickert closed 1 year ago

matthewfeickert commented 1 year ago

Now that hepdata_lib is Python 3.6+, apply some code cleaning by upgrading all syntax to use modern Python that is Python 3.6+ compliant by applying pyupgrade --py36-plus to the codebase.

Requires PR #221 to go in first.

matthewfeickert commented 1 year ago

@clelange this is ready for review. After this is merged I think anytime you would like a v0.12.0 release would be good to go.

clelange commented 1 year ago

Release https://github.com/HEPData/hepdata_lib/releases/tag/v0.12.0 is up also on PyPI. Thanks again for your contributions and help!