From 2de2ad44622d13dfbd4e76d962067037e220d8cd Mon Sep 17 00:00:00 2001 From: Wong Hoi Sing Edison Date: Wed, 22 Jan 2025 22:13:50 +0800 Subject: [PATCH] 25.1.0 Requires-Python >=3.10 --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4949ab8..514dc8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta" [project] # https://peps.python.org/pep-0621/#readme -requires-python = ">=3.9" +requires-python = ">=3.10" dynamic = ["version"] name = "molecule-plugins" description = "Molecule Plugins" @@ -26,7 +26,6 @@ classifiers = [ "Operating System :: MacOS", "Operating System :: POSIX", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12",