Skip to content

Commit edec0ca

Browse files
committed
update to latest cpython for this cycle: python-3.13.15, 3.14.7, 3.15.0rc1
1 parent 78ce8d3 commit edec0ca

2 files changed

Lines changed: 28 additions & 28 deletions

File tree

.github/actions/publish-winpython/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ runs:
8787
Compress-Archive -Path "${{ inputs.build_location }}" -DestinationPath "$baseName.zip" -Force
8888
}
8989
if ("${{ inputs.format_7z }}" -eq "true") {
90-
7z a "$baseName.7z" "${{ inputs.build_location }}"
90+
7z a -mx7 "$baseName.7z" "${{ inputs.build_location }}"
9191
}
9292
if ("${{ inputs.format_exe }}" -eq "true") {
9393
$SFXModulePath = "C:\Program Files\7-Zip\7z.sfx"
94-
7z a -t7z -sfx"$SFXModulePath" "$baseName.exe" "${{ inputs.build_location }}"
94+
7z a -mx7 -t7z -sfx"$SFXModulePath" "$baseName.exe" "${{ inputs.build_location }}"
9595
}
9696
9797
- name: Generate Hashes

.github/workflows/github_workflows_build-2026_03.yml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919
# === Global Configuration ===
2020
WINPYARCH: "64"
2121
my_cycle: "winpython/portable/cycle_2026_03"
22-
my_release_level: "b2"
22+
my_release_level: "b3"
2323
dotwheelhouse: "dotpython\\wheelhouse\\included.wheels"
2424
pandoc_source: "https://github.com/jgm/pandoc/releases/download/3.1.9/pandoc-3.1.9-windows-x86_64.zip"
2525
pandoc_sha256: "11eb6dbe5286c9e5edb0cca4412e7d99ec6578ec04158b0b7fe11f7fd96688e5"
@@ -67,31 +67,31 @@ jobs:
6767
shell: pwsh
6868
run: |
6969
switch ($env:PYTHON_VERSIONF) {
70-
'3.13' {
71-
Add-Content -Path $env:GITHUB_OUTPUT -Value 'ver2=3.13.14.0'
72-
Add-Content -Path $env:GITHUB_OUTPUT -Value 'src=https://github.com/astral-sh/python-build-standalone/releases/download/20260623/cpython-3.13.14+20260623-x86_64-pc-windows-msvc-install_only_stripped.tar.gz'
73-
Add-Content -Path $env:GITHUB_OUTPUT -Value 'sha=7c3159205dda0289a47e6dd1226c4e5800b1f99a03146cdc25a41fed8ef74f5a'
74-
}
75-
'3.14' {
76-
Add-Content -Path $env:GITHUB_OUTPUT -Value 'ver2=3.14.6.0'
77-
Add-Content -Path $env:GITHUB_OUTPUT -Value 'src=https://github.com/astral-sh/python-build-standalone/releases/download/20260623/cpython-3.14.6+20260623-x86_64-pc-windows-msvc-install_only_stripped.tar.gz'
78-
Add-Content -Path $env:GITHUB_OUTPUT -Value 'sha=ec05b628ad749682d06d225780fbc02e7bbb5ce2146c9bd8e74a3659b14b693a'
79-
}
80-
'3.14F' {
81-
Add-Content -Path $env:GITHUB_OUTPUT -Value 'ver2=3.14.6.0'
82-
Add-Content -Path $env:GITHUB_OUTPUT -Value 'src=https://github.com/astral-sh/python-build-standalone/releases/download/20260623/cpython-3.14.6+20260623-x86_64-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz'
83-
Add-Content -Path $env:GITHUB_OUTPUT -Value 'sha=684fd81c1f3bb1829871e85ffeb71e2d80791cb68b155e6d50405bd32f632242'
84-
}
85-
'3.15' {
86-
Add-Content -Path $env:GITHUB_OUTPUT -Value 'ver2=3.15.0.3'
87-
Add-Content -Path $env:GITHUB_OUTPUT -Value 'src=https://github.com/astral-sh/python-build-standalone/releases/download/20260623/cpython-3.15.0b3+20260623-x86_64-pc-windows-msvc-install_only_stripped.tar.gz'
88-
Add-Content -Path $env:GITHUB_OUTPUT -Value 'sha=c879c122137c8040e1106362b31ae5e20bd3ecaaf728d2e999332e78951e90b0'
89-
}
90-
'3.15F' {
91-
Add-Content -Path $env:GITHUB_OUTPUT -Value 'ver2=3.15.0.3'
92-
Add-Content -Path $env:GITHUB_OUTPUT -Value 'src=https://github.com/astral-sh/python-build-standalone/releases/download/20260623/cpython-3.15.0b3+20260623-x86_64-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz'
93-
Add-Content -Path $env:GITHUB_OUTPUT -Value 'sha=03e9b659530197bda345a76612034fcc8df36a17e6248e0b4197c180d7dbaa8b'
94-
}
70+
'3.13' {
71+
Add-Content -Path $env:GITHUB_OUTPUT -Value 'ver2=3.13.15.0'
72+
Add-Content -Path $env:GITHUB_OUTPUT -Value 'src=https://github.com/astral-sh/python-build-standalone/releases/download/20260807/cpython-3.13.15+20260807-x86_64-pc-windows-msvc-install_only_stripped.tar.gz'
73+
Add-Content -Path $env:GITHUB_OUTPUT -Value 'sha=44bf9ae71f4b45e3ba3104ae331c6eff3f7002593c26fd12453eb9310c4f259a'
74+
}
75+
'3.14' {
76+
Add-Content -Path $env:GITHUB_OUTPUT -Value 'ver2=3.14.7.0'
77+
Add-Content -Path $env:GITHUB_OUTPUT -Value 'src=https://github.com/astral-sh/python-build-standalone/releases/download/20260807/cpython-3.14.7+20260807-x86_64-pc-windows-msvc-install_only_stripped.tar.gz'
78+
Add-Content -Path $env:GITHUB_OUTPUT -Value 'sha=840e368318d1630bd8efbd3f7de8fab32cb4bbd735baef733f9034f2676c6a92'
79+
}
80+
'3.14F' {
81+
Add-Content -Path $env:GITHUB_OUTPUT -Value 'ver2=3.14.7.0'
82+
Add-Content -Path $env:GITHUB_OUTPUT -Value 'src=https://github.com/astral-sh/python-build-standalone/releases/download/20260807/cpython-3.14.7+20260807-x86_64-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz'
83+
Add-Content -Path $env:GITHUB_OUTPUT -Value 'sha=c8323293c9e76e8b244a0e533894512f067dac2a6aa2dfcb3494cbe74b3af58e'
84+
}
85+
'3.15' {
86+
Add-Content -Path $env:GITHUB_OUTPUT -Value 'ver2=3.15.0.4'
87+
Add-Content -Path $env:GITHUB_OUTPUT -Value 'src=https://github.com/astral-sh/python-build-standalone/releases/download/20260807/cpython-3.15.0rc1+20260807-x86_64-pc-windows-msvc-install_only_stripped.tar.gz'
88+
Add-Content -Path $env:GITHUB_OUTPUT -Value 'sha=bc0d0f3c7b88873688f30bc78da8387a6653a5493424951d3a84c658c973198e'
89+
}
90+
'3.15F' {
91+
Add-Content -Path $env:GITHUB_OUTPUT -Value 'ver2=3.15.0.4'
92+
Add-Content -Path $env:GITHUB_OUTPUT -Value 'src=https://github.com/astral-sh/python-build-standalone/releases/download/20260807/cpython-3.15.0rc1+20260807-x86_64-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz'
93+
Add-Content -Path $env:GITHUB_OUTPUT -Value 'sha=e5998e014f16074ac9f6d61eb2a31ff8ac8bc331b61da2c5acf7d15abf4a2650'
94+
}
9595
}
9696
9797
- name: Set static and matrix variables based on selected Python version

0 commit comments

Comments
 (0)