From 890edc8a0c0911ad3696a9bc0ddca7a9a72c5afd Mon Sep 17 00:00:00 2001 From: Floris Lambrechts Date: Wed, 11 Oct 2023 10:50:13 +0200 Subject: [PATCH] Drop Python3.7 as compatible version Since this is no longer tested, it's safer to start at 3.8. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 42405b3f..e4ce5be5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ "Topic :: System :: Software Distribution", ] readme = "README.md" -requires-python = ">=3.7" +requires-python = ">=3.8" license = { file = "LICENSE" } keywords = ["bumpversion", "version", "release"] dynamic = ["version"]