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
ns_aware
Gud Boi 2026-03-09 23:22:43 -04:00
parent 5c270b89d5
commit bf1dcea9d1
2 changed files with 10 additions and 7 deletions

View File

@ -641,13 +641,15 @@ Help us push toward the future of distributed `Python`.
- Typed capability-based (dialog) protocols ( see `#196 - Typed capability-based (dialog) protocols ( see `#196
<https://github.com/goodboy/tractor/issues/196>`_ with draft work <https://github.com/goodboy/tractor/issues/196>`_ with draft work
started in `#311 <https://github.com/goodboy/tractor/pull/311>`_) started in `#311 <https://github.com/goodboy/tractor/pull/311>`_)
- We **recently disabled CI-testing on windows** and need help getting - **macOS is now officially supported** and tested in CI
it running again! (see `#327 alongside Linux!
<https://github.com/goodboy/tractor/pull/327>`_). **We do have windows - We **recently disabled CI-testing on windows** and need
support** (and have for quite a while) but since no active hacker help getting it running again! (see `#327
exists in the user-base to help test on that OS, for now we're not <https://github.com/goodboy/tractor/pull/327>`_). **We do
actively maintaining testing due to the added hassle and general have windows support** (and have for quite a while) but
latency.. 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? Feel like saying hi?

View File

@ -24,6 +24,7 @@ keywords = [
classifiers = [ classifiers = [
"Development Status :: 3 - Alpha", "Development Status :: 3 - Alpha",
"Operating System :: POSIX :: Linux", "Operating System :: POSIX :: Linux",
"Operating System :: MacOS",
"Framework :: Trio", "Framework :: Trio",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
"Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: CPython",