From f23a31520c0fb3ec8238fd34d41bc71940a7891b Mon Sep 17 00:00:00 2001 From: jarq6c Date: Mon, 3 Feb 2025 13:48:30 -0600 Subject: [PATCH] stop testing 3.9 and 3.8 --- .github/workflows/run_events.yml | 2 +- python/events/pyproject.toml | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/run_events.yml b/.github/workflows/run_events.yml index 6c1c25a9..ad75db1a 100644 --- a/.github/workflows/run_events.yml +++ b/.github/workflows/run_events.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v4 diff --git a/python/events/pyproject.toml b/python/events/pyproject.toml index 9ddd6d05..9f0a378c 100644 --- a/python/events/pyproject.toml +++ b/python/events/pyproject.toml @@ -7,17 +7,16 @@ name = "hydrotools.events" authors = [{ name = "Jason A. Regina", email = "jason.regina@noaa.gov" }] description = "Various methods to support event-based evaluations." readme = "README.md" -requires-python = ">=3.8" +requires-python = ">=3.10" 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", + "Programming Language :: Python :: 3.12", "Topic :: Scientific/Engineering :: Hydrology", "Operating System :: OS Independent", ]