Skip to content

Commit

Permalink
Run CI with py 3.9.7, 3.9.8, and 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobHayes committed Nov 15, 2021
1 parent 0c1c320 commit f567b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python-version: [3.9]
python-version: [3.9.7, 3.9.8, 3.10]
runs-on: ${{ matrix.os }}
env:
OS: ${{ matrix.os }}
Expand Down

0 comments on commit f567b38

Please sign in to comment.