Commit bb983d09 authored by Benjamin Cabé's avatar Benjamin Cabé Committed by Benjamin Cabé
Browse files

ci: workflows: remove unsupported Python version from test matrices



Python 3.10 and 3.11 are no longer supported so drop them from the
GitHub Actions test matrices.

Signed-off-by: default avatarBenjamin Cabé <benjamin@zephyrproject.org>
parent eff39fb7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ jobs:
    runs-on: ${{ matrix.os }}
    strategy:
      matrix:
        python-version: ['3.10', '3.11', '3.12', '3.13']
        python-version: ['3.12', '3.13']
        os: [ubuntu-22.04, macos-14, windows-2022]
    steps:
    - name: checkout
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ jobs:
    runs-on: ${{ matrix.os }}
    strategy:
      matrix:
        python-version: ['3.10', '3.11', '3.12', '3.13']
        python-version: ['3.12', '3.13']
        os: [ubuntu-24.04]
    steps:
    - name: checkout
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ jobs:
    runs-on: ${{ matrix.os }}
    strategy:
      matrix:
        python-version: ['3.10', '3.11', '3.12', '3.13']
        python-version: ['3.12', '3.13']
        os: [ubuntu-24.04]
    steps:
      - name: checkout
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ jobs:
    runs-on: ${{ matrix.os }}
    strategy:
      matrix:
        python-version: ['3.10', '3.11', '3.12', '3.13']
        python-version: ['3.12', '3.13']
        os: [ubuntu-24.04]
    steps:
    - name: checkout
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ jobs:
    name: Twister Black Box Tests
    strategy:
      matrix:
        python-version: ['3.10', '3.11', '3.12', '3.13']
        python-version: ['3.12', '3.13']
        os: [ubuntu-24.04, macos-14, windows-2022]
      fail-fast: false
    runs-on: ${{ matrix.os }}
Loading