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",