ci: add python 3.13 to version matrix
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 30 Oct 2024 13:53:39 +0000 (14:53 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 30 Oct 2024 13:53:39 +0000 (14:53 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/workflows/ci.yml

index bbbf0ff67bffca775de67cf3ea571ce3ee9a949f..4029a0815e3242e5400ab16dfd239906c9d8598c 100644 (file)
@@ -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: