From 5fcf8ccd20002585d2e2c58c28264d728a1c3f95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danie=CC=88l=20de=20Kok?= Date: Wed, 10 Apr 2024 16:52:37 +0200 Subject: [PATCH] Use Python 3.9 for sdist --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fa2e54e..2e7417f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,7 +23,7 @@ jobs: pool: vmImage: 'ubuntu-20.04' variables: - python.version: '3.8' + python.version: '3.9' CC: gcc-9 CXX: g++-9 steps: