Skip to content

Commit

Permalink
GH action: add windows; remove intermediate python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
thammegowda authored Mar 1, 2024
1 parent e992203 commit 14135dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest] # windows-latest
python-version: ["3.8", "3.9", "3.10", "3.12"]
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.8", "3.12"]
steps:
- uses: actions/checkout@v3
- name: Set up Python
Expand Down

0 comments on commit 14135dc

Please sign in to comment.