sigstore-conformance / extremely-dangerous-public-oidc-beacon

Apache License 2.0
1 stars 3 forks source link

workflows: use most recent stable Python #6

Closed woodruffw closed 1 year ago

woodruffw commented 1 year ago

The beacon here is currently broken, since Pydantic is currently broken on Python 3.7 (which is EOL anyways).

I've tweaked the workflow to resolve to the latest stable Python, which should be more reliable. I've also manually triggered it and confirmed that these changes work.