diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f9b421..337dc12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ '3.7', '3.8' ] + python-version: [ '3.7', '3.8', '3.8', '3.9', '3.10' ] name: Python ${{ matrix.python-version }} env: PIPENV_VERBOSITY: -1