diff --git a/.github/workflows/ci_linux.yml b/.github/workflows/ci_linux.yml index 96ecfe2..7475a4a 100644 --- a/.github/workflows/ci_linux.yml +++ b/.github/workflows/ci_linux.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.7', '3.8', '3.9', '3.10'] + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} @@ -42,6 +42,4 @@ jobs: - name: Test with pytest run: | pytest - - name: Upload coverage to Codecov - run: | - bash <(curl -s https://codecov.io/bash) -t ${{ secrets.CODECOV_TOKEN }} + - name: Upload coverage to Codecovs