Skip to content

Commit

Permalink
Test more python and os versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudio9701 committed Aug 10, 2023
1 parent 9f5138f commit f30e569
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ jobs:
docs-folder: "docs/"

build:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.9, '3.10']
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit f30e569

Please sign in to comment.