From bea9fe04c95b83eddec84dfcc77d38f454c15cf0 Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Fri, 13 Sep 2024 12:48:08 -0600 Subject: [PATCH] Drop support for Python 3.7 and 3.8 (#608) --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e1ea8ed90..f44ea450a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ description = "Python tools for obtaining and working with ICESat-2 data" license = {file = "LICENSE"} readme = "README.rst" -requires-python = "~=3.7" +requires-python = ">=3.9" dynamic = ["version", "dependencies"] authors = [ @@ -20,8 +20,6 @@ classifiers=[ "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.7", - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11",