Skip to content

Commit 3816d52

Browse files
committed
replace 3.12 with 3.14, update release date
1 parent 4ec4c1c commit 3816d52

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/build-python.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
env:
1515
PYTHON_VERSION: 3.14.0
1616
PYTHON_VERSION_SHORT: 3.14
17-
PYTHON_DIST_RELEASE: 20250205
17+
PYTHON_DIST_RELEASE: 20251007
1818

1919
jobs:
2020
# ======================================
@@ -35,7 +35,7 @@ jobs:
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
@@ -89,7 +89,7 @@ jobs:
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

MIGRATION_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The workflow is triggered by:
5151
```yaml
5252
PYTHON_VERSION: 3.14.0
5353
PYTHON_VERSION_SHORT: 3.14
54-
PYTHON_DIST_RELEASE: 20250205
54+
PYTHON_DIST_RELEASE: 20251007
5555
```
5656
5757
## Key Differences from AppVeyor

linux/package-for-linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ mkdir -p $PYTHON_ARCH/build
77
tar 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
1313
mkdir -p $PYTHON_ARCH/dist

0 commit comments

Comments
 (0)