Skip to content

Commit

Permalink
add windows to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed Dec 3, 2024
1 parent e551f09 commit 8f93912
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest"]
python-version: ["3.12", "3.13"]
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
python-version: ["3.11", "3.12", "3.13"]
runs-on: ${{ matrix.os }}
name: "${{ matrix.os }} :: pypi :: ${{ matrix.python-version }}"
steps:
Expand Down

0 comments on commit 8f93912

Please sign in to comment.