From 9b8b2813b89a3ab7fcfe8d156f33a31de5030076 Mon Sep 17 00:00:00 2001 From: "G. Bomarito" Date: Tue, 24 Sep 2024 17:40:38 -0400 Subject: [PATCH] updating python versions in pip build --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 6957462f..32ffe72e 100644 --- a/setup.py +++ b/setup.py @@ -129,10 +129,10 @@ def build_extension(self, ext): ], python_requires="~=3.4", classifiers=[ - "Programming Language :: Python :: 3.4", - "Programming Language :: Python :: 3.5", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "License :: OSI Approved :: Apache Software License", "Development Status :: 3 - Alpha", ],