From 4e226abd0ed3447712f14b0f2e735c1ad1b99780 Mon Sep 17 00:00:00 2001 From: Thomas Schraitle Date: Tue, 8 Oct 2019 21:07:48 +0200 Subject: [PATCH] Add support state for Python 2.7/3.4 for #161 --- README.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.rst b/README.rst index 6833b3b4..083bb39e 100644 --- a/README.rst +++ b/README.rst @@ -18,6 +18,23 @@ The module follows the ``MAJOR.MINOR.PATCH`` style: Additional labels for pre-release and build metadata are supported. + +.. warning:: + + Major version 3.0.0 of semver will remove support for Python 2.7 and 3.4. + + As anything comes to an end, this project will focus on Python 3.x. + New features and bugfixes will be integrated only into the 3.x.y branch + of semver. + + The last version of semver which supports Python 2.7 and 3.4 will be + 2.9.x. However, keep in mind, version 2.9.x is frozen: no new + features nor backports will be integrated. + + We recommend to upgrade your workflow to Python 3.x to gain support, + bugfixes, and new features. + + To import this library, use: .. code-block:: python