From 763c63b987e8ea24657b3994b218bc4ccd441696 Mon Sep 17 00:00:00 2001 From: SzabolcsGergely Date: Wed, 4 Nov 2020 07:01:49 +0200 Subject: [PATCH] Remove EOL python3.5 wheels --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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