Merge "Declare support for Python3.8"
This commit is contained in:
commit
fdec14e019
@ -332,7 +332,7 @@
|
|||||||
- tox-pep8
|
- tox-pep8
|
||||||
- tox-py35:
|
- tox-py35:
|
||||||
nodeset: ubuntu-xenial
|
nodeset: ubuntu-xenial
|
||||||
- tox-py36
|
- tox-py38
|
||||||
- nodepool-zuul-functional:
|
- nodepool-zuul-functional:
|
||||||
voting: false
|
voting: false
|
||||||
- nodepool-functional-openstack:
|
- nodepool-functional-openstack:
|
||||||
@ -355,7 +355,7 @@
|
|||||||
- tox-pep8
|
- tox-pep8
|
||||||
- tox-py35:
|
- tox-py35:
|
||||||
nodeset: ubuntu-xenial
|
nodeset: ubuntu-xenial
|
||||||
- tox-py36
|
- tox-py38
|
||||||
- nodepool-functional-openstack
|
- nodepool-functional-openstack
|
||||||
- nodepool-functional-openstack-src
|
- nodepool-functional-openstack-src
|
||||||
- nodepool-functional-k8s
|
- nodepool-functional-k8s
|
||||||
|
@ -2,7 +2,7 @@ pbr>=1.3
|
|||||||
|
|
||||||
PyYAML
|
PyYAML
|
||||||
paramiko>=2.0.1
|
paramiko>=2.0.1
|
||||||
python-daemon>=2.0.4,<2.1.0
|
python-daemon>=2.0.4
|
||||||
extras
|
extras
|
||||||
statsd>=3.0
|
statsd>=3.0
|
||||||
PrettyTable>=0.6,<0.8
|
PrettyTable>=0.6,<0.8
|
||||||
|
@ -15,6 +15,9 @@ classifier =
|
|||||||
Programming Language :: Python
|
Programming Language :: Python
|
||||||
Programming Language :: Python :: 3
|
Programming Language :: Python :: 3
|
||||||
Programming Language :: Python :: 3.5
|
Programming Language :: Python :: 3.5
|
||||||
|
Programming Language :: Python :: 3.6
|
||||||
|
Programming Language :: Python :: 3.7
|
||||||
|
Programming Language :: Python :: 3.8
|
||||||
|
|
||||||
[pbr]
|
[pbr]
|
||||||
warnerrors = True
|
warnerrors = True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user