Remove support for Python 3.5 (#714)

* Python - remove support for python 3.5

* revert ci

* revert build-wheels.sh

* Update CHANGELOG.md
This commit is contained in:
Anthony MOI
2021-05-24 17:31:01 -04:00
committed by GitHub
parent 3a002c1aa8
commit 755e5f5c1e
8 changed files with 13 additions and 9 deletions

View File

@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python: [3.5, 3.6, 3.7, 3.8, 3.9]
python: [3.6, 3.7, 3.8, 3.9]
defaults:
run:
shell: bash -l {0}

View File

@ -30,7 +30,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
python: [3.5, 3.6, 3.7, 3.8, 3.9]
python: [3.6, 3.7, 3.8, 3.9]
steps:
- name: Checkout repository
uses: actions/checkout@v1
@ -76,7 +76,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, macos-10.15]
python: [3.5, 3.6, 3.7, 3.8, 3.9]
python: [3.6, 3.7, 3.8, 3.9]
steps:
- name: Checkout repository
uses: actions/checkout@v1

View File

@ -16,7 +16,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
python: [3.5, 3.6, 3.7, 3.8]
python: [3.6, 3.7, 3.8, 3.9]
steps:
- name: Checkout repository
uses: actions/checkout@v1