Skip to content

Commit a6165cf

Browse files
committed
ci: Update the default Python version to 3.11
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 4831061 commit a6165cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: frequenz-channels-python
33
on: [pull_request, push, workflow_dispatch]
44

55
env:
6-
DEFAULT_PYTHON_VERSION: "3.10"
6+
DEFAULT_PYTHON_VERSION: "3.11"
77

88
jobs:
99
test:

0 commit comments

Comments
 (0)