Skip to content

Commit e4dc63b

Browse files
committed
1 parent 58b68c2 commit e4dc63b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/pythonapp.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,14 @@ jobs:
1919
FFMPEG_ROOT: ~/ff_deps/ffmpeg
2020
strategy:
2121
matrix:
22-
python: [ '3.9', '3.10', '3.11', '3.12', '3.13']
22+
python: [ '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
2323
steps:
24-
- uses: actions/checkout@v4.2.2
24+
- uses: actions/checkout@v5
2525
- name: Set up Python ${{ matrix.python }}
26-
uses: actions/setup-python@v5.4.0
26+
uses: actions/setup-python@v6
2727
with:
2828
python-version: ${{ matrix.python }}
29+
allow-prereleases: true
2930
- name: Get dependencies
3031
run: |
3132
mkdir "$env:FF_BUILD_DIR"

0 commit comments

Comments
 (0)