git-review/releasenotes/notes/drop-python27-support-37e1602a03d602ab.yaml
Jeremy Stanley 75a1136afa Adjust categories for some release notes
In preparation for the 2.0.0 release, move the release notes for
dropping Python 2.7 support and ceasing support for draft changes as
upgrade notes. This will make it a little more obvious that people
who rely on those features may need to hold off upgrading.

Change-Id: I6362ef2e878a855cb34e38487cef35ee3bcec75c
2021-03-02 19:51:02 +00:00

12 lines
589 B
YAML

---
upgrade:
- |
As of this release, git-review no longer supports running under the Python
2.7 interpreter. The major version component has been increased
accordingly. Users wishing to use git-review with Python 2.7 can cap their
installations like ``pip install "git-review<2"``, though pip version 9 and
later will use python_requires package metadata to avoid installing
git-review on an unsupported interpreter. Future removal of support for
Python 3 minor versions will only result in a minor version increase for
corresponding git-review releases.