Skip to content

Commit 02efe93

Browse files
chore(deps): update dependency python to 3.14
1 parent f774393 commit 02efe93

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
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Python
1919
uses: actions/setup-python@v5
2020
with:
21-
python-version: '3.10'
21+
python-version: '3.14'
2222

2323
- name: Set up packer and dependencies
2424
run: |
@@ -70,7 +70,7 @@ jobs:
7070
- name: Set up Python
7171
uses: actions/setup-python@v5
7272
with:
73-
python-version: '3.10'
73+
python-version: '3.14'
7474

7575
- name: Set up packer and dependencies
7676
run: |

0 commit comments

Comments
 (0)