chore: release-prep packaging (CI, docs, 3.11+ baseline)#10
Merged
Conversation
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.
Summary
Salvages the still-valuable packaging work from the stale
release-prep-1.0branch and re-applies it onto current main. Adopts a Python 3.11+ baseline (drops 3.10).What's included
ci.yml- main had no test/lint CI (only release-build workflows). Adds lint+format+mypy + a test matrix across Ubuntu/Windows/macOS x Python 3.11-3.13, coverage upload, and a PyInstaller smoke build.SECURITY.md,CONTRIBUTING.md- project boilerplate.pyproject.toml-requires-python = ">=3.11,<3.14"; license ->{file = "LICENSE"};devextra self-referencesGLIDER[pc,vision,i2c]; adds mypy/pytest-cov +slow/hardwaremarkers; black/ruff/mypy targets bumped to py311.uv.lock- regenerated fresh against the new pyproject (not the 9-day-stale lock); now tracked for reproducible installs (gitignore updated). Dropped 3.10-only backports (async-timeout,exceptiongroup,backports-asyncio-runner).fix(nodes)-asyncio.TimeoutError-> builtinTimeoutError(UP041), required by the py311 ruff target so CI lint passes.Deliberately excluded
CHANGELOG.md(predates manual control + flow-function removal - would commit inaccurate history).Testing
uv lockresolves cleanly.🤖 Generated with Claude Code