Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop support for soon-EOL Python 3.7 #378

Merged
merged 1 commit into from
Apr 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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