ci: github: Run CI for python 3.13

Python 3.13 has been released, add it to the CI matrix for python
workflows.

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
This commit is contained in:
Pieter De Gendt 2024-10-11 12:03:29 +02:00 committed by Carles Cufí
commit d66d3170cf
6 changed files with 6 additions and 6 deletions

View file

@ -26,7 +26,7 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
python-version: ['3.10', '3.11', '3.12'] python-version: ['3.10', '3.11', '3.12', '3.13']
os: [ubuntu-22.04, macos-14, windows-2022] os: [ubuntu-22.04, macos-14, windows-2022]
steps: steps:
- name: checkout - name: checkout

View file

@ -25,7 +25,7 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
python-version: ['3.10', '3.11', '3.12'] python-version: ['3.10', '3.11', '3.12', '3.13']
os: [ubuntu-22.04] os: [ubuntu-22.04]
steps: steps:
- name: checkout - name: checkout

View file

@ -25,7 +25,7 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
python-version: ['3.10', '3.11', '3.12'] python-version: ['3.10', '3.11', '3.12', '3.13']
os: [ubuntu-20.04] os: [ubuntu-20.04]
steps: steps:
- name: checkout - name: checkout

View file

@ -32,7 +32,7 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
python-version: ['3.10', '3.11', '3.12'] python-version: ['3.10', '3.11', '3.12', '3.13']
os: [ubuntu-22.04] os: [ubuntu-22.04]
steps: steps:
- name: checkout - name: checkout

View file

@ -21,7 +21,7 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
python-version: ['3.10', '3.11', '3.12'] python-version: ['3.10', '3.11', '3.12', '3.13']
os: [ubuntu-22.04] os: [ubuntu-22.04]
container: container:
image: ghcr.io/zephyrproject-rtos/ci:v0.26.13 image: ghcr.io/zephyrproject-rtos/ci:v0.26.13

View file

@ -29,7 +29,7 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
python-version: ['3.10', '3.11', '3.12'] python-version: ['3.10', '3.11', '3.12', '3.13']
os: [ubuntu-22.04, macos-14, windows-2022] os: [ubuntu-22.04, macos-14, windows-2022]
steps: steps:
- name: checkout - name: checkout