diff options
author | Jeremy Stanley <fungi@yuggoth.org> | 2022-04-10 13:26:41 +0000 |
---|---|---|
committer | Jeremy Stanley <fungi@yuggoth.org> | 2022-04-11 16:59:57 +0000 |
commit | f1851f732a9936b2c2a7236d9d21aec4920e047e (patch) | |
tree | 269d8d3e688b69e41453ec6d82082370524f2851 /releasenotes/notes | |
parent | e5712de7730d41c70fc3c80210dc7272566146c6 (diff) | |
download | git-review-f1851f732a9936b2c2a7236d9d21aec4920e047e.tar.gz |
Drop support for Python 3.5
An upcoming change needs a feature from Git 2.10, which Ubuntu 16.04
LTS lacks. Since Python 3.5 reached end of life with the 3.5.10
release on 2020-09-05, it's been unsupported by its maintainers for
nearly 2 years anyway.
Change-Id: I0369c29baa344c4dc76eaa47b3467b6117eb933c
Diffstat (limited to 'releasenotes/notes')
-rw-r--r-- | releasenotes/notes/drop-py35-a078f1c6f3c4fff4.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/releasenotes/notes/drop-py35-a078f1c6f3c4fff4.yaml b/releasenotes/notes/drop-py35-a078f1c6f3c4fff4.yaml new file mode 100644 index 0000000..dfe879a --- /dev/null +++ b/releasenotes/notes/drop-py35-a078f1c6f3c4fff4.yaml @@ -0,0 +1,3 @@ +--- +upgrade: + - Python 3.5 is no longer supported. |