Skip to content

Commit da08854

Browse files
actions: bump python 3.9 -> 3.14
1 parent 66134b4 commit da08854

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generate.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ jobs:
4646
uses: actions/setup-go@v2
4747
with:
4848
go-version: 1.14.x
49-
- name: Set up Python 3.6
49+
- name: Set up Python 3.14
5050
uses: actions/setup-python@v2
5151
with:
52-
python-version: 3.6
52+
python-version: 3.14
5353
- name: Configure github credentials
5454
run: |
5555
git config --global user.email "[email protected]"

0 commit comments

Comments
 (0)