Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Python version support information #68

Merged

Conversation

mcdonnnj
Copy link
Contributor

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.

This is the oldest version of Python currently tested. Though this
version has already reached End of Life it still sees use on older
operating system releases so I did not want to remove support as part
of this effort. The version of `setuptools` that is required is the
first version with support for the `python_requires` kwarg for the
setuptools.setup() function.
Update to reflect the versions and implementations of Python that are
currently being tested.
@IanLee1521 IanLee1521 merged commit bcc6e30 into LLNL:main Sep 19, 2022
@mcdonnnj mcdonnnj deleted the improvement/update_python_version_support branch September 19, 2022 19:10
@mcdonnnj
Copy link
Contributor Author

@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
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants