diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56601f7..6a6f06d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,10 +17,12 @@ jobs: strategy: matrix: runner: ['ubuntu-latest'] - python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12' ] + python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ] include: - runner: 'ubuntu-20.04' python-version: '3.6' + - runner: 'ubuntu-22.04' + python-version: '3.7' steps: - uses: actions/checkout@v4