From e35a7717c4a7b4a9ceb57ee70378d57e629648b3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 30 Oct 2024 14:53:39 +0100 Subject: [PATCH] ci: add python 3.13 to version matrix MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.34.1