What's Changed
setup-python: Remove custompython-versionoutput logic (#76)- This is no longer necessary because
actions/setup-pythonnow reports free-threading with a 't' suffix (e.g.3.14.5t) and full PyPy version numbers (e.g.pypy3.11-v7.3.20).
- This is no longer necessary because
setup-poetry,analyze-project: Setcontinue-on-errorto work aroundactions/cachefailures (#79)- This is a workaround for actions/cache#1754
analyze-project: Add ause-cacheinput to disable caching (#79)- Testing
Full Changelog: v0.7.3...v0.8.0