From d10c9207242e2a2e29c74207f491ef76b0f374af Mon Sep 17 00:00:00 2001 From: Emily Soth Date: Wed, 8 May 2024 17:05:29 -0700 Subject: [PATCH] drop python 3.7 --- HISTORY.rst | 1 + setup.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index c665e882..112de94e 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -11,6 +11,7 @@ Unreleased Changes underlying GDAL functions' error messages. https://github.com/natcap/pygeoprocessing/issues/387 * Updated to Cython 3. +* Dropped support for Python 3.7. 2.4.3 (2024-03-06) ------------------ diff --git a/setup.py b/setup.py index 61f8c6d2..78d517ab 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,6 @@ 'Operating System :: MacOS :: MacOS X', 'Operating System :: Microsoft', 'Operating System :: POSIX', - 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10',