diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index dbc99b3..9f53d73 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -30,7 +30,6 @@ jobs: fail-fast: false matrix: include: - - python-version: "3.7" - python-version: "3.8" - python-version: "3.9" - python-version: "3.10" diff --git a/pyproject.toml b/pyproject.toml index 310df3b..3f44814 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ path = "simpervisor/_version.py" name = "simpervisor" description = "Simple async process supervisor" readme = "README.md" -requires-python = ">=3.7" +requires-python = ">=3.8" license = {file = "LICENSE"} keywords = ["async", "process", "supervisor"] authors = [ @@ -29,7 +29,6 @@ authors = [ classifiers = [ "Development Status :: 5 - Production/Stable", "Programming Language :: Python", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10",