From 88d7e76bab8f774e39191b44b4dacea5aed8d161 Mon Sep 17 00:00:00 2001 From: Steven Troxler Date: Mon, 1 Jun 2026 15:44:37 -0700 Subject: [PATCH 1/3] Bump python minimum version to 3.10 - 3.9 is past end-of-life --- .github/workflows/ci.yml | 1 - pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61a83a6f..263afc69 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,6 @@ jobs: fail-fast: false matrix: python-version: - - "3.9" - "3.10" - "3.11" - "3.12" diff --git a/pyproject.toml b/pyproject.toml index b59fbf20..4335a601 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ "Topic :: Software Development :: Quality Assurance", ] -requires-python = ">=3.9" +requires-python = ">=3.10" dependencies = [ "click >= 8.0, < 8.2", "libcst >= 0.3.18", From 810fb7ced0c38da2f967a708006cad2aff8139ec Mon Sep 17 00:00:00 2001 From: Steven Troxler Date: Mon, 1 Jun 2026 16:00:21 -0700 Subject: [PATCH 2/3] Bump black version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4335a601..65c6a0d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ docs = [ ] dev = [ "attribution == 1.8.0", - "black == 25.11.0", + "black == 26.3.1", "build > 1", "flake8 == 7.3.0", "flake8-bugbear == 24.12.12", From 0c882ceee5b14fa901f35787cb5fee3f773de542 Mon Sep 17 00:00:00 2001 From: Steven Troxler Date: Tue, 2 Jun 2026 09:43:53 -0700 Subject: [PATCH 3/3] We probably don't need both pyrefly and mypy --- makefile | 1 - pyproject.toml | 7 ------- 2 files changed, 8 deletions(-) diff --git a/makefile b/makefile index fb83a71c..c0af37df 100644 --- a/makefile +++ b/makefile @@ -25,7 +25,6 @@ venv: .venv test: python -m $(PKG).tests - python -m mypy -p $(PKG) pyrefly check -c pyproject.toml lint: diff --git a/pyproject.toml b/pyproject.toml index 65c6a0d0..5ef89d67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,6 @@ dev = [ "build > 1", "flake8 == 7.3.0", "flake8-bugbear == 24.12.12", - "mypy == 1.19.1", "ufmt == 2.8.0", "usort == 1.0.8.post1", "pyrefly == 0.63.1", @@ -100,12 +99,6 @@ exclude = [ "/legacy", ] -[tool.mypy] -strict = true -python_version = "3.9" -ignore_missing_imports = true -warn_unused_ignores = false - [tool.pyrefly] project_includes = [ # Start by adding a single file and we'll expand as we go