Skip to content

Commit

Permalink
Update Python version dependencies for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
amcgregor committed Aug 11, 2023
1 parent fbbad29 commit 4dd6b08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.8, 3.9, 3.10, 3.11]

steps:
- uses: actions/checkout@v2
Expand All @@ -25,8 +25,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -e '.[development]'
python -m pip install -U setuptools pip wheel
python -m pip install -e '.[test]'
- name: Test with pytest
run: |
pytest

0 comments on commit 4dd6b08

Please sign in to comment.