Skip to content

Commit

Permalink
Update: [GitHub][workflows] Python を更新・Poetry を 1.8.4 に更新
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukumijima committed Nov 23, 2024
1 parent ebd3f8a commit bf398cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_thirdparty.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ on:
env:
# Python のバージョン (Python Standalone Builds のリリースを指定する)
## ref: https://github.com/indygreg/python-build-standalone/releases
PYTHON_TAG: '20241008'
PYTHON_TAG: '20241016'
PYTHON_MAJOR_VERSION: '3.11'
PYTHON_VERSION: '3.11.10'
# Poetry のバージョン
POETRY_VERSION: '1.8.3'
POETRY_VERSION: '1.8.4'
# FFmpeg のバージョン (FFmpeg-Builds のリリースを指定する)
## FFmpeg-Builds は毎月末のリリースが長期間保持されるため、基本毎月末のリリースを指定する
## FFMPEG_HWENCC_* は QSVEncC・NVEncC・VCEEncC (for Ubuntu 20.04 LTS) が依存する FFmpeg のバージョンを示す
Expand Down

0 comments on commit bf398cf

Please sign in to comment.