Skip to content

Commit 6dd6ecd

Browse files
authored
Update Python version in workflow to 3.14
1 parent 59ba891 commit 6dd6ecd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pip_install_on_python_prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v5
1515
- uses: actions/setup-python@v6
1616
with:
17-
python-version: 3.14.0-rc.3
17+
python-version: 3.14
1818
allow-prereleases: true
1919
- run: pip install --upgrade pip
2020
- run: pip install ffpyplayer

0 commit comments

Comments
 (0)