File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,23 @@ The module follows the ``MAJOR.MINOR.PATCH`` style:
18
18
19
19
Additional labels for pre-release and build metadata are supported.
20
20
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
+
21
38
To import this library, use:
22
39
23
40
.. code-block :: python
You can’t perform that action at this time.
0 commit comments