From 139bdc6cee0c88f14873595c5fb2be93a112d9dd Mon Sep 17 00:00:00 2001 From: Marcos Prieto Date: Fri, 7 Jun 2024 09:53:52 +0200 Subject: [PATCH] Drop support for python 3.7. h-testkit doesn't support it --- .cookiecutter/cookiecutter.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cookiecutter/cookiecutter.json b/.cookiecutter/cookiecutter.json index 6563265..f71f32a 100644 --- a/.cookiecutter/cookiecutter.json +++ b/.cookiecutter/cookiecutter.json @@ -10,7 +10,7 @@ "package_name": "tox_envfile", "slug": "tox-envfile", "short_description": "Load env files in your tox envs.", - "python_versions": "3.10.6, 3.9.13, 3.8.13, 3.7.13", + "python_versions": "3.11.9 3.10.6, 3.9.13, 3.8.13", "github_owner": "hypothesis", "copyright_holder": "Hypothesis", "public": "yes", @@ -22,4 +22,4 @@ "__copyright_year": "2022", "pypi": "yes" } -} \ No newline at end of file +}