Updates for updated Python version requirement.
[alexxy/gromacs.git] / docs / gmxapi / userguide / install.rst
index 7e96486f7f45f467a73cdbcfebaef108d0599422..9e74dc197992e4e3c6b79110791b35934202944c 100644 (file)
@@ -86,7 +86,7 @@ Background
 *gmxapi* comes in three parts:
 
 * GROMACS gmxapi library for C++.
-* This Python package, supporting Python 3.6 and higher
+* This Python package, supporting Python 3.7 and higher
 * MD restraint plugins and sample gmxapi client code
 
 GROMACS requirements
@@ -112,7 +112,7 @@ to the build configuration.
 Build system requirements
 -------------------------
 
-gmxapi can be built for Python 3.6 and higher.
+gmxapi can be built for Python 3.7 and higher.
 
 You will need a C++ 14 compatible compiler and a reasonably up-to-date version
 of CMake.
@@ -144,7 +144,7 @@ that works.
 Python environment requirements
 -------------------------------
 
-gmxapi requires Python 3.6 or higher. Check your version with
+gmxapi requires Python 3.7 or higher. Check your version with
 :command:`python3 --version` or :command:`python --version`.
 
 ..  note::