diff options
author | Mads Jensen <mje@inducks.org> | 2020-11-14 11:02:38 +0100 |
---|---|---|
committer | Max Wittig <max.wittig@siemens.com> | 2021-01-29 12:41:42 +0100 |
commit | 20b1e791c7a78633682b2d9f7ace8eb0636f2424 (patch) | |
tree | 16ee9da78f74ce5a04a322d978af90d6eaab9742 /docs | |
parent | 265dbbdd37af88395574564aeb3fd0350288a18c (diff) | |
download | gitlab-20b1e791c7a78633682b2d9f7ace8eb0636f2424.tar.gz |
docs(readme): update supported Python versions
Diffstat (limited to 'docs')
-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``: |