Skip to content

Commit

Permalink
Merge pull request #378 from hugovk/rm-3.7
Browse files Browse the repository at this point in the history
Drop support for soon-EOL Python 3.7
  • Loading branch information
radarhere committed Apr 1, 2023
2 parents dbe7558 + a738d5d commit 3eaa1f3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion .github/workflows/wheels-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
python: [
"pypy3.8-7.3.11",
"pypy3.9-7.3.11",
"3.7",
"3.8",
"3.9",
"3.10",
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/wheels-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,13 @@ jobs:
python: [
"pypy3.8-7.3.11",
"pypy3.9-7.3.11",
"3.7",
"3.8",
"3.9",
"3.10",
"3.11",
]
platform: [ "x86_64", "arm64" ]
exclude:
- python: "3.7"
platform: "arm64"
- python: "pypy3.8-7.3.11"
platform: "arm64"
- python: "pypy3.9-7.3.11"
Expand Down
10 changes: 0 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3eaa1f3

Please sign in to comment.