From 719e568c214da61058ee808810732c2201414a52 Mon Sep 17 00:00:00 2001 From: Adrian Boguszewski Date: Tue, 21 Jan 2025 17:03:33 +0100 Subject: [PATCH] Increase the minimum python version for notebook kits --- .github/workflows/sanity-check-kits.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sanity-check-kits.yml b/.github/workflows/sanity-check-kits.yml index 3663fd13..ae213b1d 100644 --- a/.github/workflows/sanity-check-kits.yml +++ b/.github/workflows/sanity-check-kits.yml @@ -125,7 +125,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.notebook) }} steps: - uses: actions/checkout@v4