File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212 - name : Set up Python
1313 uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
1414 with :
15- python-version : ' 3.10 '
15+ python-version : ' 3.14 '
1616 cache : pip
1717
1818 - name : Clone
Original file line number Diff line number Diff line change 77jobs :
88 main :
99 name : Sanity checks before a PR merge
10- runs-on : ubuntu-20.04
10+ runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
1313 with :
1616 - name : Set up Python
1717 uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
1818 with :
19- python-version : ' 3.10 '
19+ python-version : ' 3.14 '
2020 cache : pip
2121
2222 - name : Ensure changes build
Original file line number Diff line number Diff line change 3232 if : steps.getver.outputs.spec_version != steps.prevver.outputs.prev_version
3333 uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
3434 with :
35- python-version : ' 3.10 '
35+ python-version : ' 3.14 '
3636 cache : ' pip'
3737
3838 - name : Make release
You can’t perform that action at this time.
0 commit comments