summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',
],