We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c697bb5 commit e466309Copy full SHA for e466309
.github/workflows/build-all.yml
@@ -90,10 +90,10 @@ jobs:
90
91
steps:
92
93
- - name: Setup Python 3.7
94
- uses: actions/setup-python@v1
+ - name: Setup Python
+ uses: actions/setup-python@v5
95
with:
96
- python-version: '3.7' # Version range or exact version of a Python version to use, using semvers version range syntax.
+ python-version: '3.10' # Version range or exact version of a Python version to use, using semvers version range syntax.
97
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
98
99
- name: Install PlatformIO
0 commit comments