From 5cb3b98a34643aa5e15b558541388a39b88eb90d Mon Sep 17 00:00:00 2001 From: Pietro Zambelli Date: Tue, 3 Sep 2024 01:06:53 +0200 Subject: [PATCH] Bump minimum required python version from 3.7 to 3.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ce9d61afa3..5aceb90e6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "Typer, build great CLIs. Easy to code. Based on Python type hints authors = [ {name = "Sebastián Ramírez", email = "tiangolo@gmail.com"}, ] -requires-python = ">=3.7" +requires-python = ">=3.8" classifiers = [ "Intended Audience :: Information Technology", "Intended Audience :: System Administrators",