From d08b1e6c5c234732812f9a9c6453b049f904ed6e Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Wed, 11 Feb 2026 09:37:51 -0800 Subject: [PATCH] Unrelated, but sync up all these versions --- .github/workflows/ci-docs.yml | 4 ++-- .github/workflows/ci-release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-docs.yml b/.github/workflows/ci-docs.yml index 213f6e409..9496037f4 100644 --- a/.github/workflows/ci-docs.yml +++ b/.github/workflows/ci-docs.yml @@ -26,8 +26,8 @@ permissions: pages: write id-token: write env: - DEFAULT_UV_VERSION: "0.9.x" - DEFAULT_PYTHON_VERSION: "3.11" + DEFAULT_UV_VERSION: "0.10.x" + DEFAULT_PYTHON_VERSION: "3.12" jobs: build: name: Build Documentation diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index 822d225b6..11b90f713 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -8,8 +8,8 @@ concurrency: group: release-${{ github.ref }} cancel-in-progress: false env: - DEFAULT_UV_VERSION: "0.9.x" - DEFAULT_PYTHON_VERSION: "3.11" + DEFAULT_UV_VERSION: "0.10.x" + DEFAULT_PYTHON_VERSION: "3.12" jobs: wait-for-docker: name: Wait for Docker Build