Skip to content

Commit

Permalink
update build matrix to target multiple python versions
Browse files Browse the repository at this point in the history
Signed-off-by: Nischay Mamidi <NischayPro@gmail.com>
  • Loading branch information
Nischay-Pro committed Sep 14, 2023
1 parent 8db29e4 commit 1f86586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
py_version: [ '3.9' ]
py_version: [ "3.8", "3.9", "3.10", "3.11" ]
include:
- python-version: "3.9"
coverage: yes
Expand Down

0 comments on commit 1f86586

Please sign in to comment.