diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5471ad2..76abb29 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,6 @@ jobs: matrix: script: ["test:integration"] python-version: - - "3.8" - "3.9" - "3.10" - "3.11" diff --git a/pyproject.toml b/pyproject.toml index 5ee72b0..2fec495 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,10 +21,9 @@ maintainers = [ authors = [ { name = "Edgar Ramírez-Mondragón", email = "edgarrmondragon@hey.com" }, ] -requires-python = ">=3.8" +requires-python = ">=3.9" classifiers = [ "Programming Language :: Python :: 3 :: Only", - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", @@ -75,11 +74,11 @@ dependencies = "deptry ." template = "test" [[tool.hatch.envs.all.matrix]] python = [ - "3.8", "3.9", "3.10", "3.11", "3.12", + "3.13", ] [tool.hatch.envs.typing]