summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2023-01-05 17:45:20 -0800
committerTim Burke <tim.burke@gmail.com>2023-01-05 17:45:20 -0800
commit7a83087a52b86a23be974d7768fb4dd185343ab8 (patch)
tree13172286de2ea0cd151fecbae16a6698465f91af
parent3264fd6cfda8e2c144ba9afd2cf5bc7d1c28ddef (diff)
downloadpython-swiftclient-7a83087a52b86a23be974d7768fb4dd185343ab8.tar.gz
Mark Python 3.10 testing as voting
Change-Id: I4743973e34ef1fcba9e5b64e32b2f1f458de75ba
-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]