File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3131 - name : Set up Python
3232 uses : actions/setup-python@v6
3333 with :
34- python-version : ' 3.13 '
34+ python-version : ' 3.14 '
3535 - name : Get Python location
3636 run : python -c "import os, sys; print(sys.executable)"
3737 - name : Update pip
Original file line number Diff line number Diff line change 4141 - name : Set up Python3
4242 uses : actions/setup-python@v6
4343 with :
44- python-version : ' 3.13 '
44+ python-version : ' 3.14 '
4545 - name : Set up OpenJDK
4646 uses : actions/setup-java@v5
4747 with :
@@ -101,7 +101,7 @@ jobs:
101101 - name : Set up Python3
102102 uses : actions/setup-python@v6
103103 with :
104- python-version : ' 3.13 '
104+ python-version : ' 3.14 '
105105
106106 - name : Set up OpenJDK
107107 uses : actions/setup-java@v5
You can’t perform that action at this time.
0 commit comments