summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zuul.yaml4
-rw-r--r--setup.cfg1
2 files changed, 5 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 024b969..5d45a39 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -42,12 +42,16 @@
- swiftclient-functional
- openstack-tox-py39:
voting: true
+ - openstack-tox-py310:
+ voting: true
gate:
jobs:
- swiftclient-swift-functional
- swiftclient-functional
- openstack-tox-py39:
voting: true
+ - openstack-tox-py310:
+ voting: true
post:
jobs:
- openstack-tox-cover
diff --git a/setup.cfg b/setup.cfg
index e429b12..dfeb3b7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -21,6 +21,7 @@ classifier =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
+ Programming Language :: Python :: 3.10
Programming Language :: Python :: 3 :: Only
[files]