Merge pull request #378 from hugovk/rm-3.7

Drop support for soon-EOL Python 3.7
This commit is contained in:
Andrew Murray 2023-04-02 06:54:15 +10:00 committed by GitHub
commit 3eaa1f3a34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 14 deletions

View File

@ -24,7 +24,6 @@ jobs:
python: [
"pypy3.8-7.3.11",
"pypy3.9-7.3.11",
"3.7",
"3.8",
"3.9",
"3.10",

View File

@ -24,7 +24,6 @@ jobs:
python: [
"pypy3.8-7.3.11",
"pypy3.9-7.3.11",
"3.7",
"3.8",
"3.9",
"3.10",
@ -32,8 +31,6 @@ jobs:
]
platform: [ "x86_64", "arm64" ]
exclude:
- python: "3.7"
platform: "arm64"
- python: "pypy3.8-7.3.11"
platform: "arm64"
- python: "pypy3.9-7.3.11"

View File

@ -13,16 +13,6 @@ services: docker
jobs:
include:
- name: "3.7 Focal manylinux2014 aarch64"
arch: arm64
env:
- MB_ML_VER=2014
- MB_PYTHON_VERSION=3.7
- name: "3.7 Focal manylinux_2_28 aarch64"
arch: arm64
env:
- MB_ML_VER="_2_28"
- MB_PYTHON_VERSION=3.7
- name: "3.8 Focal manylinux2014 aarch64"
os: linux
arch: arm64