summaryrefslogtreecommitdiff
path: root/docs/install.rst
Commit message (Collapse)AuthorAgeFilesLines
* feat: remove support for Python 3.6, require 3.7 or higherJohn L. Villalovos2021-11-231-1/+1
| | | | | | | | | | | | | | | | | | | | | Python 3.6 is End-of-Life (EOL) as of 2021-12 as stated in https://www.python.org/dev/peps/pep-0494/ By dropping support for Python 3.6 and requiring Python 3.7 or higher it allows python-gitlab to take advantage of new features in Python 3.7, which are documented at: https://docs.python.org/3/whatsnew/3.7.html Some of these new features that may be useful to python-gitlab are: * PEP 563, postponed evaluation of type annotations. * dataclasses: PEP 557 – Data Classes * importlib.resources * PEP 562, customization of access to module attributes. * PEP 560, core support for typing module and generic types. * PEP 565, improved DeprecationWarning handling BREAKING CHANGE: As of python-gitlab 3.0.0, Python 3.6 is no longer supported. Python 3.7 or higher is required.
* chore: clean up install docsNejc Habjan2021-09-121-7/+12
|
* docs(readme): update supported Python versionsMads Jensen2021-01-291-1/+1
|
* Clarifying what supports meansMichael Overmeyer2018-01-051-1/+1
|
* install doc: use sudo for system commandsGauvain Pocentek2017-05-271-2/+2
| | | | Fixes #267
* Update URLs to reflect the github changesGauvain Pocentek2017-05-231-2/+2
|
* Fix install docAndreas Nüßlein2017-01-231-1/+1
| | | | it's just confusing that it would say "pip" again :)
* Document installation using pip and gitGauvain Pocentek2016-01-031-0/+21