summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJohn L. Villalovos <john@sodarock.com>2021-11-22 22:17:45 -0800
committerJohn L. Villalovos <john@sodarock.com>2021-11-23 12:10:20 -0800
commit414009daebe19a8ae6c36f050dffc690dff40e91 (patch)
tree36dbd1975fd2bce8af05753917a62d65e0ef82cd /docs
parent178ec1aa5183b3d042fbde29f53f64c410d6caed (diff)
downloadgitlab-414009daebe19a8ae6c36f050dffc690dff40e91.tar.gz
feat: remove support for Python 3.6, require 3.7 or higher
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.
Diffstat (limited to 'docs')
-rw-r--r--docs/install.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/install.rst b/docs/install.rst
index acd2528..b8672bb 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -2,7 +2,7 @@
Installation
############
-``python-gitlab`` is compatible with Python 3.6+.
+``python-gitlab`` is compatible with Python 3.7+.
Use :command:`pip` to install the latest stable version of ``python-gitlab``: