Skip to content

Commit

Permalink
Added Python 3.11 to tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Demmenie committed Jul 3, 2024
1 parent 2596cc2 commit cf3fb9b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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

0 comments on commit cf3fb9b

Please sign in to comment.