diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index defb6394b..b4ae9e071 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: runs-on: windows-latest strategy: matrix: - python-version: [3.5, 3.6, 3.7, 3.8, 3.9] + python-version: [3.6, 3.7, 3.8, 3.9] python-architecture: [x64, x86] steps: - name: Cache .hunter folder @@ -53,7 +53,7 @@ jobs: runs-on: macos-latest strategy: matrix: - python-version: [3.5, 3.6, 3.7, 3.8, 3.9] + python-version: [3.6, 3.7, 3.8, 3.9] steps: - name: Cache .hunter folder uses: actions/cache@v2