From 040e91632f5cf668e84f85cdd05411a108cb20ac Mon Sep 17 00:00:00 2001 From: "Angeline G. Burrell" Date: Tue, 17 Sep 2024 10:45:10 -0400 Subject: [PATCH] MAINT: update Python support Cycle python support to be limited to Python 3.9. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a2b8662..9c2e6d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "pysatSpaceWeather" version = "0.2.0" description = 'pysat support for Space Weather Indices' readme = "README.md" -requires-python = ">=3.6" +requires-python = ">=3.9" license = {file = "LICENSE"} authors = [ {name = "Angeline Burrell", 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",