LLNL / scraper

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

Test CPython and fix package version #61

Closed mcdonnnj closed 2 years ago

mcdonnnj commented 2 years ago

This pull request adds CPython (3.6-3.10) to the matrix of Python versions tested in the GitHub Actions workflow. This will help ensure that everything works as expected against the typical Python installation of end users. It also disabled fail-fast behavior in the job strategy so that all version finish testing regardless of any failures in other versions.

I also updated the version of the package to reflect the current versions found on PyPI.