Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnebro authored Jun 21, 2024
1 parent 4cce24b commit 20523aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
py: [ 3.9, 3.8, 3.7 ]
py: [ 3.9, 3.10, 3.11 ]
steps:
- uses: actions/checkout@v4
- name: Install Python ${{ matrix.py }}
Expand All @@ -34,4 +34,4 @@ jobs:
python -m pip install -e .[test]
- name: Run unittest
shell: bash
run: pytest
run: pytest

0 comments on commit 20523aa

Please sign in to comment.