Require Python 3.6.
[alexxy/gromacs.git] / python_packaging / src / setup.py
index e211a786b77f8a30628b3e0d009015a5c4272a43..1f435dcf971af87768ca14b8d08e09ff73ea2c52 100644 (file)
@@ -151,7 +151,7 @@ setup(
 
     # TODO: single-source version information (currently repeated in gmxapi/version.py)
     version='0.2.0b1',
-    python_requires='>=3.5, <3.9',
+    python_requires='>=3.6, <3.9',
     setup_requires=['cmake>=3.12',
                     'setuptools>=28',
                     'scikit-build>=0.7'],