Modernize Boilerplate#21
Open
Gadgetoid wants to merge 11 commits into
Open
Conversation
dannystaple
reviewed
Jul 6, 2026
| uses: astral-sh/setup-uv@v6 | ||
| with: | ||
| enable-cache: true | ||
| python-version: '3.11' |
Contributor
There was a problem hiding this comment.
Maybe make this 3.13? 3.11 would be the edge case with much older Pi's?
Member
Author
There was a problem hiding this comment.
Let's just say I am not optimistic about people keeping Raspberry Pi OS up to date 😆 (though perhaps that's partly my fault...)
Though I am very tempted to drop older versions for new shinies.
Thanks for looking over this, by the way, I'm super rusty on the Python front so I'm mostly fixing the things that specifically annoy me or catch me out any time I come back to this stuff.
README/CHANGELOG/LICENSE do not belong in the wheel; they install loose into site-packages. The sdist still ships them via include=["*"], and the license is retained in .dist-info. Extends automation-hat/#64 to the boilerplate. Co-authored-by: Phil Howard <github@gadgetoid.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.