From 0a235896ed1acbfca58c874edf03722bca4e1170 Mon Sep 17 00:00:00 2001 From: jarq6c Date: Mon, 23 Dec 2024 08:55:18 -0600 Subject: [PATCH] bump minimum python version for superpackage due to metrics compatibility --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 13091580..7fc97e50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,14 +10,13 @@ authors = [ ] description = "Suite of tools for retrieving USGS NWIS observations and evaluating National Water Model (NWM) data." readme = "README.md" -requires-python = ">=3.8" +requires-python = ">=3.9" license = { file = "LICENSE" } classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Education", "Intended Audience :: Science/Research", "License :: OSI Approved :: Apache Software License", - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11",