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 1616 - name : Setup Python
1717 uses : actions/setup-python@v6
1818 with :
19- python-version : 3.8
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@v6
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 1919 - name : Setup Python
2020 uses : actions/setup-python@v6
2121 with :
22- python-version : " 3.11 "
22+ python-version : " 3.14 "
2323
2424 - name : Sync translations by gitlocalize-app[bot]
2525 run : |
7272 - name : Setup Python
7373 uses : actions/setup-python@v6
7474 with :
75- python-version : " 3.11 "
75+ python-version : " 3.14 "
7676 - name : Install Build Tools
7777 run : |
7878 python -m pip install build wheel
@@ -100,7 +100,7 @@ jobs:
100100 - name : Setup Python
101101 uses : actions/setup-python@v6
102102 with :
103- python-version : ' 3.10 '
103+ python-version : ' 3.14 '
104104
105105 - name : Get version from setup.py
106106 id : get_version
You can’t perform that action at this time.
0 commit comments