File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1414env :
1515 PYTHON_VERSION : 3.14.0
1616 PYTHON_VERSION_SHORT : 3.14
17- PYTHON_DIST_RELEASE : 20250205
17+ PYTHON_DIST_RELEASE : 20251007
1818
1919jobs :
2020 # ======================================
3535 - name : Set up Python
3636 uses : actions/setup-python@v5
3737 with :
38- python-version : ' 3.12 '
38+ python-version : ' 3.14 '
3939
4040 - name : Verify Python version
4141 run : python --version
8989 - name : Set up Python
9090 uses : actions/setup-python@v5
9191 with :
92- python-version : ' 3.12 '
92+ python-version : ' 3.14 '
9393
9494 - name : Verify Python version
9595 run : python --version
@@ -157,7 +157,7 @@ jobs:
157157 - name : Set up Python
158158 uses : actions/setup-python@v5
159159 with :
160- python-version : ' 3.12 '
160+ python-version : ' 3.14 '
161161
162162 - name : Verify Python version
163163 run : python --version
@@ -219,7 +219,7 @@ jobs:
219219 - name : Set up Python
220220 uses : actions/setup-python@v5
221221 with :
222- python-version : ' 3.12 '
222+ python-version : ' 3.14 '
223223
224224 - name : Verify Python version
225225 run : python --version
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ The workflow is triggered by:
5151``` yaml
5252PYTHON_VERSION : 3.14.0
5353PYTHON_VERSION_SHORT : 3.14
54- PYTHON_DIST_RELEASE : 20250205
54+ PYTHON_DIST_RELEASE : 20251007
5555` ` `
5656
5757## Key Differences from AppVeyor
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ mkdir -p $PYTHON_ARCH/build
77tar zxvf $DIST_FILE -C $PYTHON_ARCH /build
88
99# compile lib
10- python -m compileall -b $PYTHON_ARCH /build/python/lib/python3.12
10+ python -m compileall -b $PYTHON_ARCH /build/python/lib/python3.14
1111
1212# copy build to dist
1313mkdir -p $PYTHON_ARCH /dist
You can’t perform that action at this time.
0 commit comments