Skip to content

Add support state for Python 2.7/3.4 for #161 #163

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 8, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down