diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ba1815c..ac4b963 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,14 +16,14 @@ jobs: strategy: matrix: include: - - os: ubuntu-latest - python-version: 3.7 - os: ubuntu-latest python-version: 3.8 - os: ubuntu-latest python-version: 3.9 - os: ubuntu-latest python-version: '3.10' + - os: ubuntu-latest + python-version: '3.11' - os: macos-latest python-version: 3.9 - os: windows-latest @@ -42,7 +42,6 @@ jobs: python -m pip install --upgrade pip pip install -e ".[dev]" - name: Lint with pysen - if: ${{ matrix.python-version != '3.7' }} run: | pysen run lint - name: Test with pytest