Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit 3eaa1f3

Browse files
authored
Merge pull request #378 from hugovk/rm-3.7
Drop support for soon-EOL Python 3.7
2 parents dbe7558 + a738d5d commit 3eaa1f3

3 files changed

Lines changed: 0 additions & 14 deletions

File tree

.github/workflows/wheels-linux.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
python: [
2525
"pypy3.8-7.3.11",
2626
"pypy3.9-7.3.11",
27-
"3.7",
2827
"3.8",
2928
"3.9",
3029
"3.10",

.github/workflows/wheels-macos.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,13 @@ jobs:
2424
python: [
2525
"pypy3.8-7.3.11",
2626
"pypy3.9-7.3.11",
27-
"3.7",
2827
"3.8",
2928
"3.9",
3029
"3.10",
3130
"3.11",
3231
]
3332
platform: [ "x86_64", "arm64" ]
3433
exclude:
35-
- python: "3.7"
36-
platform: "arm64"
3734
- python: "pypy3.8-7.3.11"
3835
platform: "arm64"
3936
- python: "pypy3.9-7.3.11"

.travis.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,6 @@ services: docker
1313

1414
jobs:
1515
include:
16-
- name: "3.7 Focal manylinux2014 aarch64"
17-
arch: arm64
18-
env:
19-
- MB_ML_VER=2014
20-
- MB_PYTHON_VERSION=3.7
21-
- name: "3.7 Focal manylinux_2_28 aarch64"
22-
arch: arm64
23-
env:
24-
- MB_ML_VER="_2_28"
25-
- MB_PYTHON_VERSION=3.7
2616
- name: "3.8 Focal manylinux2014 aarch64"
2717
os: linux
2818
arch: arm64

0 commit comments

Comments
 (0)