Skip to content

Commit 3d36aee

Browse files
committed
Update: [GitHub][workflows] Python を 3.11.14 に更新
1 parent c47c924 commit 3d36aee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_thirdparty.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ on:
1515
env:
1616
# Python のバージョン (Python Standalone Builds のリリースを指定する)
1717
## ref: https://github.com/indygreg/python-build-standalone/releases
18-
PYTHON_TAG: '20250723'
18+
PYTHON_TAG: '20251031'
1919
PYTHON_MAJOR_VERSION: '3.11'
20-
PYTHON_VERSION: '3.11.13'
20+
PYTHON_VERSION: '3.11.14'
2121
# Poetry のバージョン
2222
POETRY_VERSION: '1.8.5'
2323
# FFmpeg のバージョン (FFmpeg-Builds のリリースを指定する)

0 commit comments

Comments
 (0)