From 2f113af4abb19a317a44132526118b64b930781e Mon Sep 17 00:00:00 2001 From: Sermet Pekin <96650846+SermetPekin@users.noreply.github.com> Date: Tue, 21 Oct 2025 08:58:53 +0300 Subject: [PATCH] Update Python version matrix in base.yml Removed Python version '3.9' from the workflow matrix. --- .github/workflows/base.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/base.yml b/.github/workflows/base.yml index 4202de0..bca3ad4 100644 --- a/.github/workflows/base.yml +++ b/.github/workflows/base.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ['3.9' , '3.10', '3.11', '3.12' , '3.13'] + python-version: ['3.10', '3.11', '3.12' , '3.13'] fail-fast: false steps: