Use Python 3.11 throughout
Update and conform the code base and all development-related code (CI/CD workflows and more) to expect a Python 3.11 interpreter.
Conform more to standard GitHub Actions behavior
Extend the default for acceptable conclusions (the acceptable_conclusions
input) for the action to exit in a successful state to include the skipped
conclusion. It previously only included the success
conclusion. Thanks to @MattiSG for this extension.
Changelog
v2.16.0 (2024-07-12)
Closed issues:
- Mirror GitHub interpretation in default acceptable conclusions #249
- Be explicit and match up Python versions #217
Merged pull requests:
- Update default for
acceptable_conclusions
#250 (CasperWA) - Clarify
acceptable_conclusions
format #248 (MattiSG) - Add contents: write permission for CI - Tests #220 (CasperWA)
- Explicitly use Python 3.11 everywhere #218 (CasperWA)
* This Changelog was automatically generated by github_changelog_generator