Skip to content

Commit 4a9c30f

Browse files
committed
Set python version to 9.11 (NO_JIRA)
1 parent c90fcf1 commit 4a9c30f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/quality_check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- uses: actions/checkout@v3
88
- uses: actions/setup-python@v4
99
with:
10-
python-version: "3.7"
10+
python-version: "3.11"
1111
- name: Install dependencies
1212
run: |
1313
python -m pip install --upgrade pip

.github/workflows/status_check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fetch-depth: 0
1414
- uses: actions/setup-python@v4
1515
with:
16-
python-version: "3.7"
16+
python-version: "3.11"
1717
- name: Get the commit message
1818
run: |
1919
echo 'commit_message<<EOF' >> $GITHUB_ENV

0 commit comments

Comments
 (0)