We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71eb86b commit 59ba891Copy full SHA for 59ba891
1 file changed
.github/workflows/pip_install_on_python_prerelease.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v5
15
- uses: actions/setup-python@v6
16
with:
17
- python-version: 3.14
+ python-version: 3.14.0-rc.3
18
allow-prereleases: true
19
- run: pip install --upgrade pip
20
- run: pip install ffpyplayer
0 commit comments