summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2020-07-16 15:08:42 -0700
committerTim Burke <tim.burke@gmail.com>2021-06-30 16:56:12 -0700
commit457f368f62c980adbf298cbaa4b5527b56119136 (patch)
treeb32b6890eee668d9f8e40109f9fd643bd5e3a911
parent7d0046069afbe452f37df9c21d1c62f108ae1f40 (diff)
downloadswift-bench-457f368f62c980adbf298cbaa4b5527b56119136.tar.gz
Switch to xena jobs
Change-Id: If21c091da5bd1648945028c20b78b6dd3bf1e856
-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',
],