Skip to content

Commit

Permalink
update os compatability
Browse files Browse the repository at this point in the history
  • Loading branch information
mdp0023 committed Apr 29, 2024
1 parent f4640c5 commit b6d1b0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compatability_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
#os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
#os: [ubuntu-latest]
python-version: ['3.9', '3.10', '3.11', '3.12']
dependencies: ["latest"]

Expand Down

0 comments on commit b6d1b0d

Please sign in to comment.