Skip to content

Commit 0a05ec7

Browse files
committed
Use Python 3.12.12 in CI workflow
Update .github/workflows/build-python.yml to change PYTHON_VERSION from 3.13.12 to 3.12.12. PYTHON_DIST_RELEASE remains unchanged. This ensures the CI uses the 3.12.12 Python build.
1 parent 7af62ca commit 0a05ec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
env:
10-
PYTHON_VERSION: 3.13.12
10+
PYTHON_VERSION: 3.12.12
1111
PYTHON_DIST_RELEASE: 20260203 # https://github.com/astral-sh/python-build-standalone/releases
1212

1313
jobs:

0 commit comments

Comments
 (0)