diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 42aea6a4..80a79c26 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,6 @@ jobs: - ubuntu-latest - windows-latest python-version: - - "3.9" - "3.10" - "3.11" - "3.12" diff --git a/cookiecutter.json b/cookiecutter.json index 26a671c4..3c02295c 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -9,8 +9,8 @@ "initialise_git_repository": true, "deploy_docs_to_github_pages": false, "github_username": "{{cookiecutter.author_given_names.lower().replace(' ', '-')}}-{{cookiecutter.author_family_names.lower().replace(' ', '-')}}", - "min_python_version": ["3.9", "3.10", "3.11", "3.12"], - "max_python_version": ["3.12", "3.11", "3.10", "3.9"], + "min_python_version": ["3.10", "3.11", "3.12"], + "max_python_version": ["3.12", "3.11", "3.10"], "license": ["MIT", "BSD-3", "GPL-3.0"], "funder": "JBFC: The Joe Bloggs Funding Council", "__prompts__": { diff --git a/pyproject.toml b/pyproject.toml index 28f53260..e0bb6115 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,6 @@ overrides."tool.coverage.paths.source".inline_arrays = false legacy_tox_ini = """ [gh-actions] python = - 3.9: py39 3.10: py310 3.11: py311 3.12: py312