From 829df4c731219309805e834f300ebcc57b8dc919 Mon Sep 17 00:00:00 2001 From: Athanaseus Javas Ramaila Date: Tue, 16 Apr 2024 12:15:17 +0200 Subject: [PATCH] Python version requirement --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6f1e294..5de1ddb 100755 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ def readme(): setup(name='astro-pyxis', version='1.7.6', - python_requires='>=3.8', + python_requires='>=3.0.0', description='Python Extensions for astronomical Interferometry Scripting', author='Oleg Smirnov', author_email='Oleg Smirnov ',