From f91a928d80680b0fb13845b15cab1d5b22fdadb9 Mon Sep 17 00:00:00 2001 From: Frederick Roy Date: Fri, 20 Sep 2024 15:24:52 +0900 Subject: [PATCH] update python --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6deb9094..229700f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: matrix: os: [ubuntu-22.04, macos-13, windows-2022] sofa_branch: [master] - python_version: ['3.10'] + python_version: ['3.12'] steps: - name: Setup SOFA and environment