From 23d0add0bed107457969537c6d42e7dd5197fbf6 Mon Sep 17 00:00:00 2001 From: Mikkel Pedersen Date: Wed, 4 Dec 2024 10:51:33 +0100 Subject: [PATCH] ci(ci): Update Python version --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ec92cb2..3f3132b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: - name: set up Python uses: actions/setup-python@v2 with: - python-version: 3.7 + python-version: '3.10' - name: set up node # we need node for for semantic release uses: actions/setup-node@v4 with: @@ -48,7 +48,7 @@ jobs: - name: set up Python uses: actions/setup-python@v2 with: - python-version: 3.7 + python-version: '3.10' - name: Set Tag id: set-tag run: | @@ -75,7 +75,7 @@ jobs: - name: set up Python uses: actions/setup-python@v2 with: - python-version: 3.7 + python-version: '3.10' - name: Get Job Context id: get-context run: |