diff -pruN 3.1.1-2/debian/changelog 3.2.0-2/debian/changelog
--- 3.1.1-2/debian/changelog	2021-09-29 15:51:25.000000000 +0000
+++ 3.2.0-2/debian/changelog	2022-03-25 10:31:24.000000000 +0000
@@ -1,3 +1,16 @@
+python-osc-placement (3.2.0-2) unstable; urgency=medium
+
+  * Uploading to unstable.
+
+ -- Thomas Goirand <zigo@debian.org>  Fri, 25 Mar 2022 11:31:24 +0100
+
+python-osc-placement (3.2.0-1) experimental; urgency=medium
+
+  * New upstream release.
+  * Add autopkgtest.
+
+ -- Thomas Goirand <zigo@debian.org>  Fri, 25 Feb 2022 21:47:59 +0100
+
 python-osc-placement (3.1.1-2) unstable; urgency=medium
 
   * Uploading to unstable.
diff -pruN 3.1.1-2/debian/tests/control 3.2.0-2/debian/tests/control
--- 3.1.1-2/debian/tests/control	1970-01-01 00:00:00.000000000 +0000
+++ 3.2.0-2/debian/tests/control	2022-03-25 10:31:24.000000000 +0000
@@ -0,0 +1,5 @@
+Tests: unittests
+Depends:
+ @,
+ @builddeps@,
+Restrictions: allow-stderr needs-root
diff -pruN 3.1.1-2/debian/tests/unittests 3.2.0-2/debian/tests/unittests
--- 3.1.1-2/debian/tests/unittests	1970-01-01 00:00:00.000000000 +0000
+++ 3.2.0-2/debian/tests/unittests	2022-03-25 10:31:24.000000000 +0000
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+set -e
+
+pkgos-dh_auto_test --no-py2 'osc_placement\.tests.*'
diff -pruN 3.1.1-2/setup.cfg 3.2.0-2/setup.cfg
--- 3.1.1-2/setup.cfg	2021-09-06 13:11:47.000000000 +0000
+++ 3.2.0-2/setup.cfg	2022-02-16 14:44:33.000000000 +0000
@@ -20,6 +20,7 @@ classifier =
     Programming Language :: Python :: 3.6
     Programming Language :: Python :: 3.7
     Programming Language :: Python :: 3.8
+    Programming Language :: Python :: 3.9
 
 [files]
 packages =
diff -pruN 3.1.1-2/tox.ini 3.2.0-2/tox.ini
--- 3.1.1-2/tox.ini	2021-09-06 13:11:47.000000000 +0000
+++ 3.2.0-2/tox.ini	2022-02-16 14:44:33.000000000 +0000
@@ -1,6 +1,6 @@
 [tox]
 minversion = 3.1.1
-envlist = py36,py37,py38,functional,pep8
+envlist = py39,functional,pep8
 skipsdist = true
 # Automatic envs (pyXX) will use the python version appropriate to that
 # env and ignore basepython inherited from [testenv]. That's what we
diff -pruN 3.1.1-2/.zuul.yaml 3.2.0-2/.zuul.yaml
--- 3.1.1-2/.zuul.yaml	2021-09-06 13:11:47.000000000 +0000
+++ 3.2.0-2/.zuul.yaml	2022-02-16 14:44:33.000000000 +0000
@@ -1,6 +1,6 @@
 - project:
     templates:
-      - openstack-python3-wallaby-jobs
+      - openstack-python3-yoga-jobs
       - check-requirements
       - publish-openstack-docs-pti
       - release-notes-jobs-python3
@@ -19,7 +19,6 @@
         - openstack-tox-functional-py39:
             required-projects:
               - openstack/placement
-            voting: false
     gate:
       jobs:
         - openstack-tox-functional-py36:
@@ -31,3 +30,6 @@
         - openstack-tox-functional-py38:
             required-projects:
               - openstack/placement
+        - openstack-tox-functional-py39:
+            required-projects:
+              - openstack/placement
