Modernize tooling: uv, ruff, Python 3.10–3.14, dependabot auto-merge#40
Open
fhightower wants to merge 1 commit into
Open
Modernize tooling: uv, ruff, Python 3.10–3.14, dependabot auto-merge#40fhightower wants to merge 1 commit into
fhightower wants to merge 1 commit into
Conversation
fhightower
commented
Jun 23, 2026
Contributor
- Replace setuptools/setup.py with PEP 621 pyproject.toml (hatchling backend)
- Support Python 3.10–3.14; require Python >=3.10
- Adopt uv for dependency management with committed uv.lock
- Pin runtime/dev dependencies to floor+ceiling version ranges
- Replace black/isort/flake8/pylint/bandit with ruff (format + lint), enforced in CI via docker/lint.sh
- Add CI workflow (ci.yml) testing the 3.10–3.14 matrix on Linux plus a 3.14 multi-OS job
- Add Dependabot (uv ecosystem) with dev-dep auto-merge after a 3-day soak
- Add OIDC trusted-publishing workflow (python-publish.yml)
- Remove Docker/bumpversion tooling and legacy config (setup.cfg, requirements*.txt, mypy.ini)
- Swap the black README badge for the ruff badge
- Coerce python_stack_local_data to a dict (frame f_locals is a proxy in Python 3.13+ per PEP 667)
- Update test to use ast.Constant (ast.Str removed in Python 3.12); xfail the version-specific dis disassembly snapshot test; add targeted type-ignore for pre-existing loose ast typing
- Replace setuptools/setup.py with PEP 621 pyproject.toml (hatchling backend) - Support Python 3.10–3.14; require Python >=3.10 - Adopt uv for dependency management with committed uv.lock - Pin runtime/dev dependencies to floor+ceiling version ranges - Replace black/isort/flake8/pylint/bandit with ruff (format + lint), enforced in CI via docker/lint.sh - Add CI workflow (ci.yml) testing the 3.10–3.14 matrix on Linux plus a 3.14 multi-OS job - Add Dependabot (uv ecosystem) with dev-dep auto-merge after a 3-day soak - Add OIDC trusted-publishing workflow (python-publish.yml) - Remove Docker/bumpversion tooling and legacy config (setup.cfg, requirements*.txt, mypy.ini) - Swap the black README badge for the ruff badge - Coerce python_stack_local_data to a dict (frame f_locals is a proxy in Python 3.13+ per PEP 667) - Update test to use ast.Constant (ast.Str removed in Python 3.12); xfail the version-specific dis disassembly snapshot test; add targeted type-ignore for pre-existing loose ast typing Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.