Drop python 3.5 support

We did this in zuul already so drop python 3.5 in nodepool as
well. The py35 job now fails with [1].

[1] ERROR: Package 'keystoneauth1' requires a different Python: 3.5.2 not in '>=3.6'

Change-Id: Ica2a8c5a5c0037190fe23302304de000bd7ad319
This commit is contained in:
Tobias Henkel 2020-11-26 08:41:45 +01:00
parent 36666fbb2f
commit a4bc4d8b92
No known key found for this signature in database
GPG Key ID: 03750DEC158E5FA2
3 changed files with 4 additions and 7 deletions

View File

@ -357,8 +357,7 @@
- nodepool-build-image-siblings
- zuul-tox-docs
- tox-pep8
- tox-py35:
nodeset: ubuntu-xenial
- tox-py36
- tox-py38
- nodepool-zuul-functional:
voting: false
@ -381,8 +380,7 @@
- nodepool-upload-image
- zuul-tox-docs
- tox-pep8
- tox-py35:
nodeset: ubuntu-xenial
- tox-py36
- tox-py38
- nodepool-functional-openstack
- nodepool-functional-openstack-src

View File

@ -37,7 +37,7 @@ Install Nodepool
Install Nodepool prerequisites.
Nodepool requires Python 3.5 or newer.
Nodepool requires Python 3.6 or newer.
RHEL 7 / CentOS 7::

View File

@ -6,7 +6,7 @@ description-file =
author = Zuul Team
author-email = zuul-discuss@lists.zuul-ci.org
home-page = https://zuul-ci.org/
python-requires = >= 3.5
python-requires = >= 3.6
classifier =
Intended Audience :: Information Technology
Intended Audience :: System Administrators
@ -14,7 +14,6 @@ classifier =
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8