From f1851f732a9936b2c2a7236d9d21aec4920e047e Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Sun, 10 Apr 2022 13:26:41 +0000 Subject: [PATCH] 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 --- .zuul.yaml | 2 -- releasenotes/notes/drop-py35-a078f1c6f3c4fff4.yaml | 3 +++ setup.cfg | 3 +-- 3 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 releasenotes/notes/drop-py35-a078f1c6f3c4fff4.yaml diff --git a/.zuul.yaml b/.zuul.yaml index e9d54721..1379ba1e 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 00000000..dfe879ae --- /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 1a374903..f5630322 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 =