From bf1dcea9d1aef8ba225d15a74fadb68493d826ec Mon Sep 17 00:00:00 2001 From: goodboy Date: Mon, 9 Mar 2026 23:22:43 -0400 Subject: [PATCH] Announce macOS support in `pyproject` and README - add `"Operating System :: MacOS"` classifier. - add macOS bullet to README's TODO/status section. (this patch was generated in some part by [`claude-code`][claude-code-gh]) [claude-code-gh]: https://github.com/anthropics/claude-code --- docs/README.rst | 16 +++++++++------- pyproject.toml | 1 + 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/docs/README.rst b/docs/README.rst index cea223ee..1d8bbb9f 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -641,13 +641,15 @@ Help us push toward the future of distributed `Python`. - Typed capability-based (dialog) protocols ( see `#196 `_ with draft work started in `#311 `_) -- We **recently disabled CI-testing on windows** and need help getting - it running again! (see `#327 - `_). **We do have windows - support** (and have for quite a while) but since no active hacker - exists in the user-base to help test on that OS, for now we're not - actively maintaining testing due to the added hassle and general - latency.. +- **macOS is now officially supported** and tested in CI + alongside Linux! +- We **recently disabled CI-testing on windows** and need + help getting it running again! (see `#327 + `_). **We do + have windows support** (and have for quite a while) but + since no active hacker exists in the user-base to help + test on that OS, for now we're not actively maintaining + testing due to the added hassle and general latency.. Feel like saying hi? diff --git a/pyproject.toml b/pyproject.toml index 8fc82465..92e8bc21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,7 @@ keywords = [ classifiers = [ "Development Status :: 3 - Alpha", "Operating System :: POSIX :: Linux", + "Operating System :: MacOS", "Framework :: Trio", "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", "Programming Language :: Python :: Implementation :: CPython",