Skip to content

Commit 1d7b147

Browse files
authored
Merge pull request #36 from elliotmatson/renovate/python-3.x
Update dependency python to 3.14
2 parents 3b49cdd + 9bc30c3 commit 1d7b147

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-release-onprem.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Set up Python
4040
uses: actions/setup-python@v6
4141
with:
42-
python-version: '3.13'
42+
python-version: '3.14'
4343
- name: Install PlatformIO
4444
run: pip install --upgrade platformio
4545
- name: Set version var

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Set up Python
4040
uses: actions/setup-python@v6
4141
with:
42-
python-version: '3.13'
42+
python-version: '3.14'
4343
- name: Install PlatformIO
4444
run: pip install --upgrade platformio
4545
- name: Set version var

0 commit comments

Comments
 (0)