Skip to content

Commit

Permalink
CI: run python version matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-hld authored Jan 29, 2024
1 parent 1a91a50 commit 8c6131c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/python-safpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
build-and-test:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
Expand Down

0 comments on commit 8c6131c

Please sign in to comment.