Merge pull request #231 from hugovk/rm-3.6

Drop support for EOL Python 3.6
This commit is contained in:
Andrew Murray 2021-11-06 11:21:57 +11:00 committed by GitHub
commit d884cd9aca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 8 deletions

View File

@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [ "ubuntu-20.04", "macos-latest" ]
python: [ "pypy3.7-7.3.3", "pypy3.6-7.3.3", "3.6", "3.7", "3.8", "3.9", "3.10" ]
python: [ "pypy3.7-7.3.3", "3.7", "3.8", "3.9", "3.10" ]
platform: [ "x86_64", "i686" ]
macos-target: [ "10.10" ]
exclude:
@ -75,7 +75,7 @@ jobs:
fail-fast: false
matrix:
os: [ "ubuntu-20.04", "macos-latest" ]
python: [ "pypy3.7-7.3.3", "pypy3.6-7.3.3", "3.6", "3.7", "3.8", "3.9", "3.10" ]
python: [ "pypy3.7-7.3.3", "3.7", "3.8", "3.9", "3.10" ]
platform: [ "x86_64", "i686" ]
macos-target: [ "10.10" ]
exclude:

View File

@ -15,12 +15,6 @@ services: docker
jobs:
include:
- name: "3.6 Focal aarch64"
arch: arm64
env:
- PLAT=aarch64
- MB_PYTHON_VERSION=3.6
- DOCKER_TEST_IMAGE=multibuild/focal_{PLAT}
- name: "3.7 Focal aarch64"
arch: arm64
env: