From 3849ac4b8b3f63170a83f25b8d3fb08b573a7012 Mon Sep 17 00:00:00 2001 From: hongshaorou Date: Tue, 12 Nov 2024 20:35:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20setup.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 36d652a..c2a3c96 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( long_description_content_type = 'text/markdown', long_description = open('README.md', 'rb').read().decode('utf-8'), keywords = ['coesa76','nrlmsise00','jb2008'], - python_requires = '>=3.10', + python_requires = '>=3.8', classifiers = [ 'Development Status :: 4 - Beta', 'Intended Audience :: Education',