File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,18 +12,18 @@ A Python module for `semantic versioning`_. Simplifies comparing versions.
12
12
.. warning ::
13
13
14
14
As anything comes to an end, this project will focus on Python 3.x only.
15
- New features and bugfixes will be integrated into the 3.x.y branch only.
15
+ New features and bugfixes will be integrated into semver3 only.
16
16
17
17
Major version 3 of semver will contain some incompatible changes:
18
18
19
- * removes support for Python 2.7 and 3.3
19
+ * removes support for Python 2.7, 3.3, 3.4, and 3.5.
20
20
* removes deprecated functions.
21
21
22
- The last version of semver which supports Python 2.7 and 3.4 will be
23
- 2.10.x. However, keep in mind, version 2.10.x is frozen: no new
22
+ The last version of semver which supports Python 2.7 and 3.5 will be
23
+ 2.x.y. However, keep in mind, this version is frozen: no new
24
24
features nor backports will be integrated.
25
25
26
- We recommend to upgrade your workflow to Python 3.x to gain support,
26
+ We recommend to upgrade your workflow to Python >=3.6 to gain support,
27
27
bugfixes, and new features.
28
28
29
29
The module follows the ``MAJOR.MINOR.PATCH `` style:
You can’t perform that action at this time.
0 commit comments