summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Stanley <fungi@yuggoth.org>2022-04-10 13:26:41 +0000
committerJeremy Stanley <fungi@yuggoth.org>2022-04-11 16:59:57 +0000
commitf1851f732a9936b2c2a7236d9d21aec4920e047e (patch)
tree269d8d3e688b69e41453ec6d82082370524f2851
parente5712de7730d41c70fc3c80210dc7272566146c6 (diff)
downloadgit-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
-rw-r--r--.zuul.yaml2
-rw-r--r--releasenotes/notes/drop-py35-a078f1c6f3c4fff4.yaml3
-rw-r--r--setup.cfg3
3 files changed, 4 insertions, 4 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index e9d5472..1379ba1 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -7,8 +7,6 @@
jobs: &jobs
- build-python-release
- tox-linters
- - tox-py35:
- nodeset: ubuntu-xenial
- tox-py36:
nodeset: ubuntu-bionic
- tox-py37:
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.
diff --git a/setup.cfg b/setup.cfg
index 1a37490..f563032 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -23,14 +23,13 @@ classifiers =
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python :: 3
- Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python
Topic :: Utilities
-python_requires = >= 3.5
+python_requires = >= 3.6
[files]
packages =