pypa / gh-action-pip-audit

A GitHub Action for pip-audit
https://github.com/marketplace/actions/gh-action-pip-audit
Apache License 2.0
68 stars 12 forks source link

Make sure that the Python is new enough #10

Closed woodruffw closed 2 years ago

woodruffw commented 2 years ago

pip-audit only supports Python 3.7+.

Now that we're switching to a composite action (#9), we're relying on the environment's Python, which might be too old. So we should add an additional sanity check.