Skip to content

Commit

Permalink
Update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmintz committed Jun 17, 2024
1 parent 75921bf commit ad17c94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
fail-fast: false
max-parallel: 6
matrix:
os: [ubuntu-22.04, macos-latest, windows-latest]
python-version: ["3.11", "3.12"]
os: [ubuntu-22.04, windows-latest]
python-version: ["3.10", "3.11", "3.12"]

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit ad17c94

Please sign in to comment.