Skip to content

Commit

Permalink
test on python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mscarey committed Oct 30, 2022
1 parent 755d7ce commit 9a0aa35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v2
Expand All @@ -26,7 +26,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pytest pytest-recording coveralls==2.1.2 pytest-cov
pip install pytest pytest-recording coveralls==3.3.1 pytest-cov
- name: Test with pytest
env:
CAP_API_KEY: ${{ secrets.CAP_API_KEY }}
Expand Down

0 comments on commit 9a0aa35

Please sign in to comment.