From 457f368f62c980adbf298cbaa4b5527b56119136 Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Thu, 16 Jul 2020 15:08:42 -0700 Subject: Switch to xena jobs Change-Id: If21c091da5bd1648945028c20b78b6dd3bf1e856 --- .zuul.yaml | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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', ], -- cgit v1.2.1