From b2438bce49326550451532ffac3fcffbbca4bade Mon Sep 17 00:00:00 2001 From: Zhiwei Liang Date: Mon, 9 Dec 2024 17:04:09 -0500 Subject: [PATCH] Require Python >= 3.9 --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b8b57880b..5098027af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ name = "linode_api4" authors = [{ name = "Linode", email = "devs@linode.com" }] description = "The official Python SDK for Linode API v4" readme = "README.rst" -requires-python = ">=3.8" +requires-python = ">=3.9" keywords = [ "akamai", "Akamai Connected Cloud", @@ -25,7 +25,6 @@ classifiers = [ "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11",