Skip to content

Commit

Permalink
Update BuildAndTest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zuodexin authored Nov 19, 2022
1 parent 204d3a3 commit 6c8f512
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/BuildAndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
pyversion: ['3.7', '3.8', '3.9', '3.10', '3.11']
pyversion: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11']
os: ['ubuntu-18.04', 'macos-latest', 'windows-latest']
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
strategy:
fail-fast: false
matrix:
pyversion: ['3.7', '3.8', '3.9', '3.10', '3.11']
pyversion: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11']
os: ['ubuntu-18.04', 'macos-latest', 'windows-latest']
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
strategy:
fail-fast: false
matrix:
pyversion: ['3.7', '3.8', '3.9', '3.10', '3.11']
pyversion: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11']
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
steps:
- name: Download PyMeshLab_${{ runner.os }}_python${{ matrix.pyversion }}
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
strategy:
fail-fast: false
matrix:
pyversion: ['3.7', '3.8', '3.9', '3.10', '3.11']
pyversion: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11']
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
steps:
- name: Download pymeshlab_whl_${{ runner.os }}_python${{ matrix.pyversion }}
Expand Down

0 comments on commit 6c8f512

Please sign in to comment.