diff options
author | Max Wittig <max.wittig@siemens.com> | 2021-01-29 12:42:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-29 12:42:28 +0100 |
commit | d037a717fcb64ccb8e9958771f903ec95eea6d48 (patch) | |
tree | e3b56a7ec8427300e95bc97a3103d3b422cb84ed | |
parent | 762f9592db69c872f6d64f9a2bba42f1dbc03bb1 (diff) | |
parent | 20b1e791c7a78633682b2d9f7ace8eb0636f2424 (diff) | |
download | gitlab-d037a717fcb64ccb8e9958771f903ec95eea6d48.tar.gz |
Merge pull request #1238 from atombrella/install_version_doc
Updated supported Python versions in install doc
-rw-r--r-- | docs/install.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/install.rst b/docs/install.rst index 4998320..2a91372 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -2,7 +2,7 @@ Installation ############ -``python-gitlab`` is compatible with Python 2.7 and 3.4+. +``python-gitlab`` is compatible with Python 3.6+. Use :command:`pip` to install the latest stable version of ``python-gitlab``: |