Skip to content

Commit 1f7778a

Browse files
tomschrscls19fr
authored and
scls19fr
committed
Add support state for Python 2.7/3.4 for #161 (#163)
1 parent 8a1ae0d commit 1f7778a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,23 @@ The module follows the ``MAJOR.MINOR.PATCH`` style:
1818

1919
Additional labels for pre-release and build metadata are supported.
2020

21+
22+
.. warning::
23+
24+
Major version 3.0.0 of semver will remove support for Python 2.7 and 3.4.
25+
26+
As anything comes to an end, this project will focus on Python 3.x.
27+
New features and bugfixes will be integrated only into the 3.x.y branch
28+
of semver.
29+
30+
The last version of semver which supports Python 2.7 and 3.4 will be
31+
2.9.x. However, keep in mind, version 2.9.x is frozen: no new
32+
features nor backports will be integrated.
33+
34+
We recommend to upgrade your workflow to Python 3.x to gain support,
35+
bugfixes, and new features.
36+
37+
2138
To import this library, use:
2239

2340
.. code-block:: python

0 commit comments

Comments
 (0)