Skip to content

Commit

Permalink
ci: Drop support for Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaphoenix committed Jul 30, 2023
1 parent 496b2e2 commit 101daf5
Showing 1 changed file with 2 additions and 25 deletions.
27 changes: 2 additions & 25 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,48 +9,25 @@ on:
jobs:
build:

# compilation of zimg v2.8 and v2.9 fails on ubuntu-22.04 for some reason
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
include:
# this is a matrix of all 3.8-3.11 VapourSynth versions
- python-version: '3.8'
vapoursynth-version: '49'
- python-version: '3.8'
vapoursynth-version: '50'
- python-version: '3.8'
vapoursynth-version: '51'
- python-version: '3.8'
vapoursynth-version: '52'
- python-version: '3.9'
vapoursynth-version: '53'
- python-version: '3.9'
vapoursynth-version: '54'
# this is a matrix of all supported VapourSynth versions
- python-version: '3.9'
vapoursynth-version: '55'
- python-version: '3.9'
vapoursynth-version: '56'
- python-version: '3.9'
vapoursynth-version: '57'
- python-version: '3.8'
vapoursynth-version: '58'
- python-version: '3.10'
vapoursynth-version: '58'
- python-version: '3.8'
vapoursynth-version: '59'
- python-version: '3.10'
vapoursynth-version: '59'
- python-version: '3.8'
vapoursynth-version: '60'
- python-version: '3.10'
vapoursynth-version: '60'
- python-version: '3.8'
vapoursynth-version: '61'
- python-version: '3.10'
vapoursynth-version: '61'
- python-version: '3.8'
vapoursynth-version: '62'
- python-version: '3.11'
vapoursynth-version: '62'

Expand Down

0 comments on commit 101daf5

Please sign in to comment.