git-review/releasenotes/notes/drop-python27-support-37e1602a03d602ab.yaml
Jeremy Stanley 707da48e38 Add release notes in preparation for next release
Many changes merged since the last release lack release notes. Since
we'll want to summarize them for the announcement anyway, we may as
well commit those summaries for posterity.

Change-Id: I56cda54cd9df781004462e95545a192302dd7bd4
2021-01-28 14:41:03 +00:00

12 lines
590 B
YAML

---
critical:
- |
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.