From 307f9a232211bb1661e1162fc7765065f1eb372a Mon Sep 17 00:00:00 2001 From: fbpyr <73931454+fbpyr@users.noreply.github.com> Date: Mon, 12 Dec 2022 10:22:23 +0100 Subject: [PATCH] bump python version bumping python version, so it works with our ubuntu latest image and `actions/setup-python@v2` --- .github/workflows/ci-blenderbim-choco.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-blenderbim-choco.yml b/.github/workflows/ci-blenderbim-choco.yml index fa159f3a30..f04671c213 100644 --- a/.github/workflows/ci-blenderbim-choco.yml +++ b/.github/workflows/ci-blenderbim-choco.yml @@ -43,7 +43,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 # https://github.com/actions/setup-python with: - python-version: '3.7.7' # Version range or exact version of a Python version to use, using SemVer's version range syntax + python-version: '3.10.9' # Version range or exact version of a Python version to use, using SemVer's version range syntax architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified - run: echo ${{ env.DATE }}