From 28262cbf39e4c4c873bfd68469cf7fa3e1533aa5 Mon Sep 17 00:00:00 2001 From: Dain Nilsson Date: Wed, 5 Jun 2024 16:10:48 +0200 Subject: [PATCH] Use Python 3.9 for source build. --- .github/workflows/source-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/source-package.yml b/.github/workflows/source-package.yml index 86157fdb..a95843d5 100644 --- a/.github/workflows/source-package.yml +++ b/.github/workflows/source-package.yml @@ -12,7 +12,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: 3.8 + python-version: 3.9 - name: Install dependencies run: |