From: Jérôme Benoit Date: Wed, 30 Oct 2024 13:53:39 +0000 (+0100) Subject: ci: add python 3.13 to version matrix X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=e35a7717c4a7b4a9ceb57ee70378d57e629648b3;p=e-mobility-charging-stations-simulator.git ci: add python 3.13 to version matrix Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bbbf0ff6..4029a081 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python: [3.12] + python: [3.12, 3.13] name: Build OCPP mock server with Python ${{ matrix.python }} on ${{ matrix.os }} runs-on: ${{ matrix.os }} defaults: