From a36292799d0788b25a245727e7a8c3bb786adc64 Mon Sep 17 00:00:00 2001 From: Adrian Boguszewski Date: Fri, 10 Jan 2025 16:29:14 +0100 Subject: [PATCH] Limit python version for gradio ref kits --- .github/workflows/sanity-check-kits.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sanity-check-kits.yml b/.github/workflows/sanity-check-kits.yml index f7212d97..e5eaeda4 100644 --- a/.github/workflows/sanity-check-kits.yml +++ b/.github/workflows/sanity-check-kits.yml @@ -1,4 +1,4 @@ -name: Sanity check (AI Ref Kits) +name: Sanity check (AI ref kits) on: schedule: @@ -48,7 +48,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python: ["3.9", "3.12"] + python: ["3.10", "3.12"] subproject: ${{ fromJson(needs.find-subprojects.outputs.gradio) }} steps: - uses: actions/checkout@v4