Skip to content

Commit

Permalink
including testing on different python and os versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Taoning Wang committed Feb 21, 2024
1 parent 05d4f37 commit df3052a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8"]
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.8", "3.9", "3.10", "3.11"]
os: [ubuntu-latest, windows-latest, macos-latest, macos-14]

steps:
- name: Checkout frads
Expand Down

0 comments on commit df3052a

Please sign in to comment.