Drop support for soon-EOL Python 3.7

This commit is contained in:
Hugo van Kemenade 2023-04-01 16:06:02 +03:00
parent dbe75582a7
commit a738d5d053
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