From 6c8f5120681faf58e89f3ccb2782e695449753e0 Mon Sep 17 00:00:00 2001 From: zuodexin Date: Sat, 19 Nov 2022 13:14:24 +0800 Subject: [PATCH] Update BuildAndTest.yml --- .github/workflows/BuildAndTest.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/BuildAndTest.yml b/.github/workflows/BuildAndTest.yml index 9664683..661a1d5 100644 --- a/.github/workflows/BuildAndTest.yml +++ b/.github/workflows/BuildAndTest.yml @@ -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 @@ -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 @@ -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 }} @@ -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 }}