Skip to content

docs: macOS support + dependency groups (#166, #167)#168

Merged
godlygeek merged 3 commits into
bloomberg:mainfrom
Michel-sss:fix/macos-and-dependency-groups
May 28, 2026
Merged

docs: macOS support + dependency groups (#166, #167)#168
godlygeek merged 3 commits into
bloomberg:mainfrom
Michel-sss:fix/macos-and-dependency-groups

Conversation

@Michel-sss
Copy link
Copy Markdown
Contributor

Summary

Closes #166 and #167.

#166 — macOS support

  • Update README dev instructions (Linux + macOS, not Linux-only).
  • Add Operating System :: MacOS PyPI classifier.

#167 — dependency groups

  • Move docs / lint / test to PEP 735 [dependency-groups].
  • tox: extrasdependency_groups, require tox>=4.4.
  • Makefile: pip install -e . --group test.

Test plan

  • tox -e lint
  • tox -e py312 on Linux or macOS

Previously we only supported Linux, and the README and trove classifiers
were never updated.

Signed-off-by: mingxuan xu <276221466+Michel-sss@users.noreply.github.com>
Migrate dev dependencies from `optional-dependencies` to PEP 735
`dependency-groups`; update tox and Makefile.

Signed-off-by: mingxuan xu <276221466+Michel-sss@users.noreply.github.com>
@godlygeek godlygeek force-pushed the fix/macos-and-dependency-groups branch 3 times, most recently from 1af387b to 9400f0c Compare May 28, 2026 06:14
Previously it was using extras.

Signed-off-by: Matt Wozniski <godlygeek@gmail.com>
@godlygeek godlygeek force-pushed the fix/macos-and-dependency-groups branch from 9400f0c to 31038c8 Compare May 28, 2026 06:15
Copy link
Copy Markdown
Contributor

@godlygeek godlygeek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution, @Michel-sss!

@godlygeek godlygeek merged commit 5b451f7 into bloomberg:main May 28, 2026
13 checks passed
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.

Why does pytest-memray claim it only works on linux?

2 participants