From dbb711a8ca2c9d26c92821a9d484d7e3656aa9ca Mon Sep 17 00:00:00 2001 From: "Angeline G. Burrell" Date: Tue, 17 Sep 2024 16:05:01 -0400 Subject: [PATCH] MAINT: cycled minimum python version Updated the minimum Python version to 3.9. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3ecc106..bff436b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "PACKAGENAME" version = "0.0.1" description = 'pysat support for DATA OR ANALYSIS' readme = "README.md" -requires-python = ">=3.6" +requires-python = ">=3.9" license = {file = "LICENSE"} authors = [ {name = "AUTHOR", email = "pysat.developers@gmail.com"} @@ -21,7 +21,7 @@ classifiers = [ "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12",