From e356e940353cc01fea7f0cf099baceb1a70f1dd1 Mon Sep 17 00:00:00 2001 From: Cuiys Date: Sat, 28 Feb 2026 14:38:43 +0800 Subject: [PATCH] Update Python version in workflow to 3.10 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d6feabc9..0e9eab62 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -77,7 +77,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.10', '3.13', '3.14'] + python-version: ['3.10'] include: - os: macos-15 platform: macos-arm64 @@ -161,4 +161,4 @@ jobs: ./db-example ./core-example ./ailego-example - shell: bash \ No newline at end of file + shell: bash