Require Python 3.7 for gmxapi in GROMACS 2022
[alexxy/gromacs.git] / python_packaging / src / setup.py
index 7ec8697061048710ad4ffc682a6fc0d11123f61d..5a66469331aa39b671ccb6fecb5ce047312490ff 100644 (file)
@@ -161,8 +161,8 @@ setup(
     name='gmxapi',
 
     # TODO: single-source version information (currently repeated in gmxapi/version.py and CMakeLists.txt)
-    version='0.3.0a1',
-    python_requires='>=3.6',
+    version='0.3.0a2',
+    python_requires='>=3.7',
     install_requires=['networkx>=2.0',
                       'numpy>=1'],