Maintenance WP2: test Python 3.10 on Windows/macOS, dedupe CI job setup into a composite action#452
Open
kgdunn wants to merge 2 commits into
Open
Conversation
kgdunn
pushed a commit
that referenced
this pull request
Jul 10, 2026
PATCH bump for the docs API-reference work; CITATION.cff synced in the same commit. Assumes WP1 (#451) and WP2 (#452) merge first as 1.52.3 and 1.52.4; if merge order differs the number still moves forward. No changelog entry: owner classed this batch as internal-only. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CynhA39u8mQeFWR3Ccf2UJ
8 tasks
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
…osite action (#449) requires-python advertises 3.10-3.13 but Windows and macOS only ever ran Python 3.13; the minimum supported version was never validated off Linux. The matrix now runs 3.10 and 3.13 on all three operating systems and 3.11/3.12 on ubuntu only (8 jobs instead of the full 12-job product). Codecov still uploads once, from ubuntu + 3.13, and the free-threaded exclusion note (issue #43) is preserved. The install-uv + uv sync --dev --all-extras sequence was copy-pasted across five jobs in run-tests.yml and docs.yml; it now lives once in .github/actions/setup-env. Behavior-preserving: same setup-uv version, same sync flags. In the test job the build/import-check steps now run after the sync instead of before it, which they do not depend on (the import check runs with --isolated). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CynhA39u8mQeFWR3Ccf2UJ
PATCH bump for the CI matrix and composite-action work; CITATION.cff synced in the same commit. Assumes WP1 (PR #451) merges first as 1.52.3; if merge order differs the number still moves forward. No changelog entry: owner classed this batch as internal-only. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CynhA39u8mQeFWR3Ccf2UJ
kgdunn
force-pushed
the
claude/process-improve-maintenance-review-0lbiru-wp2
branch
from
July 11, 2026 05:45
4999393 to
e803b39
Compare
kgdunn
pushed a commit
that referenced
this pull request
Jul 11, 2026
PATCH bump for the docs API-reference work; CITATION.cff synced in the same commit. Assumes WP1 (#451) and WP2 (#452) merge first as 1.52.3 and 1.52.4; if merge order differs the number still moves forward. No changelog entry: owner classed this batch as internal-only. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CynhA39u8mQeFWR3Ccf2UJ
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
Implements work package 2 of the 2026-07-10 maintenance review (#449). Independent of WP1 (#451); whichever merges second may need a trivial version-line rebase.
requires-python >= 3.10was never validated off Linux.uv sync --dev --all-extrassequence (five copies acrossrun-tests.ymlanddocs.yml) now lives once in.github/actions/setup-env. Behavior-preserving: same setup-uv version and sync flags; codecov still uploads exactly once (ubuntu + 3.13); the free-threaded exclusion note (issue Build & test on free-threaded Python #43) is preserved.Test plan
Checklist
pyproject.toml(PATCH for fixes/docs/config, MINOR for new features): 1.52.4,CITATION.cffsyncedruff check .passes (no Python files touched)CHANGELOG.mdupdated (deliberately skipped: owner opted for no changelog entry for this internal-only batch)🤖 Generated with Claude Code
https://claude.ai/code/session_01CynhA39u8mQeFWR3Ccf2UJ
Generated by Claude Code