From 908b76b470687e0b062e1441ee9a204c13bb1ea2 Mon Sep 17 00:00:00 2001 From: Kevin Sheppard Date: Thu, 12 Mar 2026 14:11:50 +0000 Subject: [PATCH] CI: Update python version --- .github/workflows/build-wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 2baba71..af2417b 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -108,7 +108,7 @@ jobs: # Note that this step is *after* specific pythons have been used to # build and test the wheel auto-update-conda: true - python-version: "3.11" + python-version: "3.12" miniforge-version: latest conda-remove-defaults: "true"