summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-04-12 03:47:27 +0000
committerGerrit Code Review <review@openstack.org>2022-04-12 03:47:27 +0000
commitf545f15470c9da0fe3f65ca1f37b782a85216e60 (patch)
tree76123c6fe739fc30bc00f87f1eca1fed9f501a98
parent85fee5c19782a1920c5b84c2de98e0f98adf4b7f (diff)
parentf1851f732a9936b2c2a7236d9d21aec4920e047e (diff)
downloadgit-review-f545f15470c9da0fe3f65ca1f37b782a85216e60.tar.gz
Merge "Drop support for Python 3.5"
-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 =