Skip to content

Commit

Permalink
include windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dugalh committed Jun 21, 2024
1 parent 49b5c7c commit 1bf7cbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/install-test-testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ macos-latest, ubuntu-latest ]
os: [ macos-latest, ubuntu-latest, windows-latest ]
python-version: [ '3.8', '3.10', '3.11', '3.12' ]
steps:
- name: Set up Python
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ macos-latest, ubuntu-latest ]
python-version: ['3.12'] #[ 3.6, 3.7, 3.8, 3.9 ]
os: [ macos-latest, ubuntu-latest, windows-latest ]
python-version: ['3.12']
steps:
- name: Set up Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit 1bf7cbd

Please sign in to comment.