fix CI: pin black 26.5.1 + format#41
Merged
Merged
Conversation
Pin [dev] black to ==26.5.1 (was floating >=25.0.0, which resolved to 26.x on 3.10+ but only 25.x on 3.9 -> version skew across the CI matrix). Bump requires-python to >=3.10, drop 3.9 from the test matrix, bump black/ruff target-version to py310, mypy python_version to 3.10, and the publish build Python to 3.10.
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.
Changes
24.1.1→26.5.1(+language_version: python3, since 26.x needs ≥3.10)scraper_studio/client.pyto 26.x styleVerified locally
black --check src/ tests/clean ·ruff checkclean ·pytest248 passedpublish.ymldoesn't run black (build/twine only), so it's unaffected — bumped to 3.10 only for consistency