We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80183b6 commit 51053efCopy full SHA for 51053ef
.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@v4.2.2
25
- name: Set up Python ${{ matrix.python }}
0 commit comments