We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cc9196 commit 3a8ebd7Copy full SHA for 3a8ebd7
.github/workflows/pythonapp.yml
@@ -19,7 +19,7 @@ jobs:
19
FFMPEG_ROOT: ~/ff_deps/ffmpeg
20
strategy:
21
matrix:
22
- python: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
+ python: [ '3.9', '3.10', '3.11', '3.12', '3.13']
23
steps:
24
- uses: actions/checkout
25
- name: Set up Python ${{ matrix.python }}
0 commit comments