Skip to content

Commit 49cd8f9

Browse files
authored
Update Python version in Build and run static analysis workflow Fixes #634 (#635)
1 parent fe09cf3 commit 49cd8f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,10 @@ jobs:
139139
if: ${{ github.event_name == 'push' }}
140140

141141
# Setup Python. If you need another version, just change it below.
142-
- name: Setup Python 3.7
142+
- name: Setup Python 3.11
143143
uses: actions/setup-python@v2
144144
with:
145-
python-version: 3.7
145+
python-version: 3.11
146146

147147
- name: Set up Clang
148148
uses: egor-tensin/setup-clang@v1

0 commit comments

Comments
 (0)