Skip to content

ci: add Windows and macOS compatibility smoke jobs - #152

Merged
bagowix merged 1 commit into
mainfrom
ci/86-platform-smoke
Aug 7, 2026
Merged

ci: add Windows and macOS compatibility smoke jobs#152
bagowix merged 1 commit into
mainfrom
ci/86-platform-smoke

Conversation

@bagowix

@bagowix bagowix commented Aug 7, 2026

Copy link
Copy Markdown
Owner

Summary

  • add a lightweight Windows and macOS runtime matrix for Python 3.11 and 3.14
  • cover core, concurrency, shutdown, timeout, pipeline, state-machine, typing-surface, and loopback integration behavior
  • keep Redis and platform-independent quality gates in the full Ubuntu matrix and document the tested-platform policy

Checklist

  • Tests added or updated (suite stays at 100% coverage)
  • uv run ruff format --check and uv run ruff check pass
  • uv run mypy, uv run pyright and uv run pyrefly check pass
  • Docs updated (docs/) for user-facing changes
  • CHANGELOG.md [Unreleased] updated
  • Commits follow Conventional Commits

Related issues

Closes #86

@coderabbitai

coderabbitai Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

@bagowix, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 15 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: e4fbd665-56eb-4866-887f-fb270c237e42

📥 Commits

Reviewing files that changed from the base of the PR and between 114bee5 and ac92d90.

📒 Files selected for processing (3)
  • .github/workflows/ci.yml
  • CHANGELOG.md
  • CONTRIBUTING.md

Comment @coderabbitai help to get the list of available commands.

@codecov

codecov Bot commented Aug 7, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@codspeed-hq

codspeed-hq Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Merging this PR will not alter performance

✅ 24 untouched benchmarks


Comparing ci/86-platform-smoke (ac92d90) with main (114bee5)

Open in CodSpeed

@bagowix
bagowix merged commit 175cb82 into main Aug 7, 2026
21 of 22 checks passed
@bagowix
bagowix deleted the ci/86-platform-smoke branch August 7, 2026 21:59
@bagowix bagowix mentioned this pull request Aug 7, 2026
6 tasks
bagowix added a commit that referenced this pull request Aug 7, 2026
## Summary

Prepare the `2.5.0` minor release.

- Bump the package version from `2.4.0` to `2.5.0`.
- Move the current `[Unreleased]` changelog entries into `[2.5.0] -
2026-08-08`.
- Update changelog comparison links and the comparison-page release
version.
- Regenerate `docs/llms-full.txt`.

Minor, not patch: the release includes backward-compatible public
additions: configurable transport breaker names, shared caller-owned
registries, and narrower listener protocols.

## Checklist

- [x] Tests added or updated (suite stays at 100% coverage)
- [x] `uv run ruff format --check` and `uv run ruff check` pass
- [x] `uv run mypy`, `uv run pyright` and `uv run pyrefly check` pass
- [x] Docs updated (`docs/`) for user-facing changes
- [x] `CHANGELOG.md` `[Unreleased]` updated
- [x] Commits follow Conventional Commits

Additional release checks: package and strict documentation builds pass.
Griffe reports only the expected public `VERSION` change (`2.4.0` →
`2.5.0`).

## Related issues

Closes #148
Closes #149
Closes #150
Closes #151
Closes #152
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add lightweight Windows and macOS compatibility smoke jobs

1 participant