From 4814b683f47d75035fb9840421e70c3cc821a0f4 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Fri, 17 Apr 2020 10:05:44 -0500 Subject: [PATCH] Declare py38 support Python 3.8 is one of the new required runtimes for the Victoria release. Now that we have test coverage for py38 and it is passing, we can add 3.8 as one of the supported runtimes in the project metadata. Change-Id: I97179030993c0b49ffe93aa28ffc672c6b859439 Signed-off-by: Sean McGinnis --- .zuul.yaml | 10 +++++----- setup.cfg | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index e80a64e93..f37bdeb71 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,8 +1,8 @@ - job: - name: shade-tox-py35-tips - parent: openstack-tox-py35 + name: shade-tox-py38-tips + parent: openstack-tox-py38 description: | - Run tox python 35 unittests against master of important libs + Run tox python 38 unittests against master of important libs vars: tox_install_siblings: true zuul_work_dir: src/opendev.org/openstack/shade @@ -18,10 +18,10 @@ name: shade-tox-tips check: jobs: - - shade-tox-py35-tips + - shade-tox-py38-tips gate: jobs: - - shade-tox-py35-tips + - shade-tox-py38-tips - job: name: shade-functional-devstack-base diff --git a/setup.cfg b/setup.cfg index 49da06cd6..fd4d21369 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,6 +18,7 @@ classifier = Programming Language :: Python :: 3 Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 + Programming Language :: Python :: 3.8 [entry_points] console_scripts =