Merge "Drop support for Python 3.5"

This commit is contained in:
Zuul 2022-04-12 03:47:27 +00:00 committed by Gerrit Code Review
commit f545f15470
3 changed files with 4 additions and 4 deletions

View File

@ -7,8 +7,6 @@
jobs: &jobs
- build-python-release
- tox-linters
- tox-py35:
nodeset: ubuntu-xenial
- tox-py36:
nodeset: ubuntu-bionic
- tox-py37:

View File

@ -0,0 +1,3 @@
---
upgrade:
- Python 3.5 is no longer supported.

View File

@ -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 =