summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-07-01 01:24:59 +0000
committerGerrit Code Review <review@openstack.org>2021-07-01 01:24:59 +0000
commitb1d91adda7d6119ec837e3d2dcf71d33a2e816b4 (patch)
treec9c9a110cd5b4cda11ffbbcb625c2b758863df55
parentf5096bf6c83a287905f79d0e005cfcb61ae5baaf (diff)
parent457f368f62c980adbf298cbaa4b5527b56119136 (diff)
downloadswift-bench-b1d91adda7d6119ec837e3d2dcf71d33a2e816b4.tar.gz
Merge "Switch to xena jobs"
-rw-r--r--.zuul.yaml2
-rw-r--r--setup.py1
2 files changed, 2 insertions, 1 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index a48588d..3a9e1cc 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -1,4 +1,4 @@
- project:
templates:
- check-requirements
- - openstack-python3-ussuri-jobs
+ - openstack-python3-xena-jobs
diff --git a/setup.py b/setup.py
index a88ea58..d7792cb 100644
--- a/setup.py
+++ b/setup.py
@@ -43,6 +43,7 @@ setup(
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.8',
'Environment :: No Input/Output (Daemon)',
'Environment :: OpenStack',
],