From 65110fd8330dcb69feac8b9e5c98092814ec323a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 12:47:44 +0000 Subject: [PATCH] Update dependency python to 3.14 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ed84dba..9cd6a15 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -202,7 +202,7 @@ jobs: uses: conda-incubator/setup-miniconda@8ee1f361103df19b6f8c8655fd3967a8ecb162d5 # v4.0.1 with: miniforge-variant: Miniforge3 - python-version: "3.12" + python-version: "3.14" auto-activate: true activate-environment: base conda-remove-defaults: true