From 0ca26ec9bd5385e95fc910f91301479723d78fd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20K=C3=A4mmerling?= Date: Thu, 23 Jun 2022 09:42:27 +0200 Subject: [PATCH] Run tests on Python 3.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lukas Kämmerling --- .azure-pipelines/azure-pipelines.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 8a799fe..6d05683 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -109,7 +109,7 @@ stages: - 2 targets: - name: hcloud - test: 'devel/hcloud/3.8' + test: 'devel/hcloud/3.9' - stage: Hetzner_2_13 displayName: Hetzner 2.13 @@ -122,7 +122,7 @@ stages: - 2 targets: - name: hcloud - test: '2.13/hcloud/3.8' + test: '2.13/hcloud/3.9' - stage: Hetzner_2_12 displayName: Hetzner 2.12 @@ -135,7 +135,7 @@ stages: - 2 targets: - name: hcloud - test: '2.12/hcloud/3.8' + test: '2.12/hcloud/3.9' - stage: Hetzner_2_11 displayName: Hetzner 2.11 @@ -148,7 +148,7 @@ stages: - 2 targets: - name: hcloud - test: '2.11/hcloud/3.8' + test: '2.11/hcloud/3.9' - stage: Hetzner_2_10 displayName: Hetzner 2.10 @@ -162,7 +162,7 @@ stages: - 3 targets: - name: hcloud - test: '2.10/hcloud/3.8' + test: '2.10/hcloud/3.9' - stage: Hetzner_2_9 displayName: Hetzner 2.9 @@ -176,7 +176,7 @@ stages: - 3 targets: - name: hcloud - test: '2.9/hcloud/3.8' + test: '2.9/hcloud/3.9' ### Finally - stage: Summary