diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 3133e7c..fac7914 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -13,7 +13,6 @@ jobs: strategy: matrix: python-version: - - "3.8" - "3.9" - "3.10" - "3.11" diff --git a/pyproject.toml b/pyproject.toml index 46b4741..0ffe131 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ ] keywords = ["clean", "fix", "automatic", "unused", "import"] urls = { Homepage = "https://www.github.com/PyCQA/autoflake" } -requires-python = ">=3.8" +requires-python = ">=3.9" dependencies = ["pyflakes>=3.0.0", "tomli>=2.0.1;python_version<'3.11'"] dynamic = ["version"]