We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27c6770 commit 52d87a2Copy full SHA for 52d87a2
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Setup Python
16
uses: actions/setup-python@v4
17
with:
18
- python-version: '3.7'
+ python-version: '3.10.6'
19
architecture: 'x64'
20
- name: Install dependencies
21
run: |
0 commit comments