python-gitlab is compatible with Python 3.7+.
Use :command:`pip` to install the latest stable version of python-gitlab:
$ pip install --upgrade python-gitlabThe current development version is available on both GitHub.com and GitLab.com, and can be installed directly from the git repository:
$ pip install git+https://github.com/python-gitlab/python-gitlab.gitFrom GitLab:
$ pip install git+https://gitlab.com/python-gitlab/python-gitlab.git