Skip to content

Commit 3a8ebd7

Browse files
committed
Drop EOL 3.7 and 3.8.
1 parent 6cc9196 commit 3a8ebd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
FFMPEG_ROOT: ~/ff_deps/ffmpeg
2020
strategy:
2121
matrix:
22-
python: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
22+
python: [ '3.9', '3.10', '3.11', '3.12', '3.13']
2323
steps:
2424
- uses: actions/checkout
2525
- name: Set up Python ${{ matrix.python }}

0 commit comments

Comments
 (0)