diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60424e19..22b4986a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,6 @@ jobs: fail-fast: false matrix: python-version: - - "3.7" - "3.8" - "3.9" - "3.10" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e4ccd7b1..701c6435 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,7 +35,7 @@ repos: rev: v3.7.0 hooks: - id: pyupgrade - args: [--py37-plus] + args: [--py38-plus] - repo: https://github.com/PyCQA/isort rev: 5.12.0 hooks: diff --git a/pyproject.toml b/pyproject.toml index d15401da..26c1a43b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ packages = [ djcodemod = "django_codemod.cli:djcodemod" [tool.poetry.dependencies] -python = "^3.7" +python = "^3.8" click = "<9" libcst = "==1.0.1" pathspec = ">=0.6,<1"