Skip to content

Commit

Permalink
Edited github actions windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
glaciapag committed Aug 26, 2023
1 parent 8c94980 commit 80fce9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittest-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]

steps:
- name: Checkout Code
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]

steps:
- name: Checkout code
Expand Down

0 comments on commit 80fce9f

Please sign in to comment.