File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1313 - name : Setup Python
1414 uses : actions/setup-python@v1
1515 with :
16- python-version : " 3.11 "
16+ python-version : " 3.14 "
1717 - name : Install Build Tools
1818 run : |
1919 python -m pip install build wheel
Original file line number Diff line number Diff line change 2424 - name : Set up Python
2525 uses : actions/setup-python@v5
2626 with :
27- python-version : ' 3.11 '
27+ python-version : ' 3.14 '
2828
2929 - name : Install Dependencies
3030 run : |
Original file line number Diff line number Diff line change 1616 - name : Setup Python
1717 uses : actions/setup-python@v1
1818 with :
19- python-version : " 3.11 "
19+ python-version : " 3.14 "
2020 - name : Install Build Tools
2121 run : |
2222 python -m pip install build wheel
Original file line number Diff line number Diff line change 2626 - name : Setup Python
2727 uses : actions/setup-python@v5
2828 with :
29- python-version : " 3.11 "
29+ python-version : " 3.14 "
3030 - name : Install Build Tools
3131 run : |
3232 python -m pip install build wheel
Original file line number Diff line number Diff line change 4646 - name : Setup Python
4747 uses : actions/setup-python@v1
4848 with :
49- python-version : " 3.11 "
49+ python-version : " 3.14 "
5050 - name : Install Build Tools
5151 run : |
5252 python -m pip install build wheel
7575 - name : Setup Python
7676 uses : actions/setup-python@v2
7777 with :
78- python-version : ' 3.10 '
78+ python-version : ' 3.14 '
7979
8080 - name : Get version from setup.py
8181 id : get_version
You can’t perform that action at this time.
0 commit comments