File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed 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.10 "
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 1919 - name : Setup Python
2020 uses : actions/setup-python@v5
2121 with :
22- python-version : " 3.11 "
22+ python-version : " 3.14 "
2323
2424 - name : Install Tools
2525 run : |
7676 - name : Setup Python
7777 uses : actions/setup-python@v5
7878 with :
79- python-version : " 3.11 "
79+ python-version : " 3.14 "
8080 - name : Install Build Tools
8181 run : |
8282 python -m pip install build wheel
@@ -104,7 +104,7 @@ jobs:
104104 - name : Setup Python
105105 uses : actions/setup-python@v5
106106 with :
107- python-version : ' 3.10 '
107+ python-version : ' 3.14 '
108108
109109 - name : Get version from setup.py
110110 id : get_version
You can’t perform that action at this time.
0 commit comments