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..65c6a0d0 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", @@ -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",