Skip to content

Commit 40677a3

Browse files
committed
Update python in ci workflows
1 parent 9810188 commit 40677a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pre_commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Set up Python
4646
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
4747
with:
48-
python-version: "3.9"
48+
python-version: "3.10"
4949
- name: Install dependencies
5050
run: pip install 'src/python/.[tests,ovms]'
5151
- name: Run python unit tests

.github/workflows/test_precommit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Python
2020
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
2121
with:
22-
python-version: 3.9
22+
python-version: "3.10"
2323
cache: pip
2424
- name: Create and start a virtual environment
2525
run: |
@@ -94,7 +94,7 @@ jobs:
9494
persist-credentials: false
9595
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
9696
with:
97-
python-version: 3.9
97+
python-version: "3.10"
9898
cache: pip
9999
- name: Create and start a virtual environment
100100
shell: bash

0 commit comments

Comments
 (0)