LLNL / scraper

Python library for getting metadata from source code hosting tools
MIT License
49 stars 23 forks source link

Update Python version support information #68

Closed mcdonnnj closed 1 year ago

mcdonnnj commented 1 year ago

This pull request updates the supported Python versions for this package to reflect what is currently being tested in the CI workflow. This includes the addition of the python_requires keyword to the setup() function and adding the necessary version of setuptools to the production requirements. I also updated the classifiers that are included in the package metadata to align with testing and the list of PyPI classifiers.

mcdonnnj commented 1 year ago

@IanLee1521 With this PR merged would it be too much trouble to cut a 0.12.0 release? It would be nice for the changes in #62 to be available from PyPI.

IanLee1521 commented 1 year ago

Done, thank you for the reminder! https://pypi.org/project/llnl-scraper/0.12.0/