diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1891c228..f2371b5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - py: [ 3.9, 3.8, 3.7 ] + py: [ 3.9, 3.10, 3.11 ] steps: - uses: actions/checkout@v4 - name: Install Python ${{ matrix.py }} @@ -34,4 +34,4 @@ jobs: python -m pip install -e .[test] - name: Run unittest shell: bash - run: pytest \ No newline at end of file + run: pytest