File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2020 - name : Use Python 3.10
2121 uses : actions/setup-python@v5
2222 with :
23- python-version : " 3.10 "
23+ python-version : " 3.14 "
2424 - name : Check current tag
2525 id : checkTag
2626 run : |
6868 - name : Set up Python 3.10
6969 uses : actions/setup-python@v5
7070 with :
71- python-version : " 3.10 "
71+ python-version : " 3.14 "
7272 - name : Install pypa/build
7373 run : >-
7474 python3 -m
Original file line number Diff line number Diff line change 2222 - name : Set up Python 3.10
2323 uses : actions/setup-python@v5
2424 with :
25- python-version : " 3.10 "
25+ python-version : " 3.14 "
2626 - name : Syntax validation
2727 run : |
2828 python .github/workflows/scripts/syntax-validation.py
3939 - name : Set up Python 3.10
4040 uses : actions/setup-python@v5
4141 with :
42- python-version : " 3.10 "
42+ python-version : " 3.14 "
4343 - name : Install pypa/build
4444 run : >-
4545 python3 -m
Original file line number Diff line number Diff line change 3838 - name : Set up Python 3.10
3939 uses : actions/setup-python@v5
4040 with :
41- python-version : " 3.10 "
41+ python-version : " 3.14 "
4242 - name : Install package
4343 run : |
4444 set -eux
You can’t perform that action at this time.
0 commit comments