Replace setup.py with pyproject.toml, add CI - #15
Merged
Conversation
chrieke
force-pushed
the
pyproject_packaging
branch
from
August 9, 2026 16:12
1746aeb to
191feb7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Packaging cleanup, no library code changes. Stacked on #14 (which adds the tests CI runs), so review that one first.
Rules are pinned to E4/E7/E9/F/I instead of ruff's defaults, those keep growing between releases and would turn CI red on unrelated PRs.
Not on 3.13: keplergl 0.3.7 is sdist only and build-requires pyarrow~=16, which has no 3.13 wheels. Its build deps also still import pkg_resources, hence the setuptools<81 constraint in the workflow.
Version stays at 0.3.0, no release here.