summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zuul.yaml11
-rw-r--r--setup.cfg1
-rw-r--r--tox.ini7
3 files changed, 8 insertions, 11 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 6181f71..c9e5b50 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -30,11 +30,12 @@
tox_envlist: functional-py36
- job:
- name: python-cinderclient-functional-py38
+ name: python-cinderclient-functional-py39
parent: python-cinderclient-functional-base
+ nodeset: devstack-single-node-centos-9-stream
vars:
- python_version: 3.8
- tox_envlist: functional-py38
+ python_version: 3.9
+ tox_envlist: functional-py39
- project:
templates:
@@ -47,10 +48,10 @@
check:
jobs:
- python-cinderclient-functional-py36
- - python-cinderclient-functional-py38
+ - python-cinderclient-functional-py39
- openstack-tox-pylint:
voting: false
gate:
jobs:
- python-cinderclient-functional-py36
- - python-cinderclient-functional-py38
+ - python-cinderclient-functional-py39
diff --git a/setup.cfg b/setup.cfg
index b54ff28..7506b72 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -20,6 +20,7 @@ classifier =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
+ Programming Language :: Python :: 3.9
[files]
packages =
diff --git a/tox.ini b/tox.ini
index d158bf4..dc8777c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -100,12 +100,7 @@ setenv = {[testenv:functional]setenv}
passenv = {[testenv:functional]passenv}
commands = {[testenv:functional]commands}
-[testenv:functional-py37]
-setenv = {[testenv:functional]setenv}
-passenv = {[testenv:functional]passenv}
-commands = {[testenv:functional]commands}
-
-[testenv:functional-py38]
+[testenv:functional-py39]
setenv = {[testenv:functional]setenv}
passenv = {[testenv:functional]passenv}
commands = {[testenv:functional]commands}