repositories
/
e-mobility-charging-stations-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
408b4e6
)
ci: add python 3.13 to version matrix
author
Jérôme Benoit
<jerome.benoit@sap.com>
Wed, 30 Oct 2024 13:53:39 +0000
(14:53 +0100)
committer
Jé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
patch
|
blob
|
blame
|
history
diff --git
a/.github/workflows/ci.yml
b/.github/workflows/ci.yml
index bbbf0ff67bffca775de67cf3ea571ce3ee9a949f..4029a0815e3242e5400ab16dfd239906c9d8598c 100644
(file)
--- 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: