diff --git a/noxfile.py b/noxfile.py index 7cb924e..9ee6614 100644 --- a/noxfile.py +++ b/noxfile.py @@ -26,7 +26,13 @@ [lint] extend-ignore = ["TD003"] """ -python_versions = ["3.12", "3.11", "3.10", "3.9", "3.8"] +python_versions = [ + "3.13", + "3.12", + "3.11", + "3.10", + "3.9", +] @nox.session(python=python_versions) diff --git a/src/[% if repository_provider == 'github.com' %].github[% endif %]/workflows/test.yml.jinja b/src/[% if repository_provider == 'github.com' %].github[% endif %]/workflows/test.yml.jinja index 3d59dc9..3ab679c 100644 --- a/src/[% if repository_provider == 'github.com' %].github[% endif %]/workflows/test.yml.jinja +++ b/src/[% if repository_provider == 'github.com' %].github[% endif %]/workflows/test.yml.jinja @@ -45,7 +45,6 @@ jobs: matrix: script: ["test:integration"] python-version: - - "3.8" - "3.9" - "3.10" - "3.11" diff --git a/src/pyproject.toml.jinja b/src/pyproject.toml.jinja index f091292..2e6b77d 100644 --- a/src/pyproject.toml.jinja +++ b/src/pyproject.toml.jinja @@ -21,10 +21,9 @@ maintainers = [ authors = [ { name = "[[ author_fullname ]]", email = "[[ author_email ]]" }, ] -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", @@ -93,7 +92,6 @@ dependencies = "deptry ." template = "test" [% raw %][[tool.hatch.envs.all.matrix]][% endraw %] python = [ - "3.8", "3.9", "3.10", "3.11",