Skip to content

Commit

Permalink
Adding python 3.11,3.10,3.6 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
asra-naseem authored Sep 13, 2023
1 parent 8d1c50f commit 08bf547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github_actions_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [windows-latest]
python-version: ["3.6",3.10"]
python-version: ["3.11","3.10","3.6"]
compiler: [MSVC]
runs-on: ${{ matrix.os }}
defaults:
Expand Down

0 comments on commit 08bf547

Please sign in to comment.