diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a62c84..044eb7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: id-token: write strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.9", "3.10", "3.11", "3.12"] env: HATCH_ENV: "ci" HATCH_VERSION: "1.12.0" diff --git a/pyproject.toml b/pyproject.toml index 91e7a3c..ec15d9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,6 @@ classifiers = [ "Intended Audience :: Developers", "Natural Language :: English", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", @@ -30,7 +29,7 @@ keywords = ["asgi", "dotenv", "environment variables", "fastapi", "settings"] license = "MIT" name = "fastenv" readme = "README.md" -requires-python = ">=3.8.1,<4" +requires-python = ">=3.9,<4" [project.optional-dependencies] checks = [