From 4b71086d7b86a46c6500bc3298b75ec80c445e14 Mon Sep 17 00:00:00 2001 From: Chenxin Zhong Date: Thu, 20 Nov 2025 13:55:45 +0800 Subject: [PATCH] Remove Python 3.11 from CI configuration Removed configuration for Python 3.11 from CI workflow. --- .github/workflows/ci-meson.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci-meson.yml b/.github/workflows/ci-meson.yml index 0e148d4c4eb..cb17d1c4a2e 100644 --- a/.github/workflows/ci-meson.yml +++ b/.github/workflows/ci-meson.yml @@ -33,10 +33,6 @@ jobs: editable: ${{ fromJson(github.event_name == 'pull_request' && '[false]' || '[false, true]') }} include: - # One run for oldest supported Python - - os: 'ubuntu' - python: '3.11' - tests: 'all' # Test only changed files - os: 'ubuntu' python: '3.12'