Skip to content

Commit

Permalink
adding windows operator system to CI check and python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisRalli committed Mar 10, 2023
1 parent 48bf721 commit 3574c64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ["3.8", "3.9"]
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10"]
# # os: [ ubuntu-latest, macos-latest, windows-latest] TODO: add windows
# # python: [ "3.7", "3.8", "3.9", "3.10", '3.11'] TODO: add more python versions

Expand Down

0 comments on commit 3574c64

Please sign in to comment.