From 97c765ee382c2056ed3dab1dbda841f2d47b6125 Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Thu, 15 Aug 2024 08:10:34 -0600 Subject: [PATCH] Remove cap from Python version support Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 377f8374d..53abbbefd 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.7" dynamic = ["version"] authors = [