diff options
author | Ghanshyam Mann <gmann@ghanshyammann.com> | 2019-04-15 03:00:12 +0000 |
---|---|---|
committer | Ghanshyam Mann <gmann@ghanshyammann.com> | 2019-04-15 03:07:18 +0000 |
commit | 6321f01f0cf9edb0df477bb9b785adf96440047f (patch) | |
tree | e7539fbf8885551bca676b8d66e6c1d06578b48a /setup.cfg | |
parent | 78e742662edd164c46382c31e106884762fed029 (diff) | |
download | nova-6321f01f0cf9edb0df477bb9b785adf96440047f.tar.gz |
Dropping the py35 testing
All the integration testing has been moved to
Bionic now[1] and py3.5 is not tested runtime for
Train or stable/stein[2].
As per below ML thread, we are good to drop the py35
testing now:
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/005097.html
[1] http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004647.html
[2]
https://governance.openstack.org/tc/reference/runtimes/stein.html
https://governance.openstack.org/tc/reference/runtimes/train.html
Change-Id: Ia1289f038b92c36dbdd79bcdf12d7cb95a3e5aa9
Signed-off-by: zhangyangyang <zhangyangyang@unionpay.com>
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ classifier = Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 - Programming Language :: Python :: 3.5 + Programming Language :: Python :: 3.6 [global] setup-hooks = |