From 49005b73dc94cfd70b127a2cb4d7257b2a3755bc Mon Sep 17 00:00:00 2001 From: Brian Koopman Date: Wed, 11 Jun 2025 16:14:37 -0400 Subject: [PATCH] Drop Python 3.8 support --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 3b3917b..4c741fe 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,6 @@ classifiers=[ "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", @@ -32,7 +31,7 @@ "Intended Audience :: Science/Research", "Topic :: Scientific/Engineering :: Astronomy", ], - python_requires=">=3.8", + python_requires=">=3.9", install_requires=[ 'ocs==0.11.3', 'pyyaml',