Skip to content

Commit

Permalink
updated python matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
nidhaloff committed Jan 7, 2024
1 parent 679be75 commit 56c45ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
test:
strategy:
matrix:
python-version: [ "3.7", "3.8", "3.9" ]
python-version: ["3.7"]
os: [ubuntu-latest] # we can add other os like macOS-latest
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 56c45ab

Please sign in to comment.