Skip to content

Commit 15fbb47

Browse files
committed
Bump minimum Python: 3.7 no longer works with PyAV 10
1 parent 65dac4e commit 15fbb47

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
matrix:
3737
os: [ubuntu-22.04, ubuntu-20.04]
3838
# Lets try to keep testing an LTS python and latest python
39-
python-version: ['3.7', '3.12', '3.13']
39+
python-version: ['3.8', '3.12', '3.13']
4040

4141
runs-on: ${{ matrix.os }}
4242
name: Ubuntu ${{ matrix.os }} with Python ${{ matrix.python-version }}
@@ -109,7 +109,7 @@ jobs:
109109
strategy:
110110
matrix:
111111
# Lets try to keep testing an LTS python and latest python
112-
python-version: ['3.7', '3.12', '3.13']
112+
python-version: ['3.8', '3.12', '3.13']
113113

114114
name: Windows with Python ${{ matrix.python-version }}
115115
steps:

0 commit comments

Comments
 (0)