diff --git a/.github/workflows/wheels-linux.yml b/.github/workflows/wheels-linux.yml index 5d9d9e478..0580151d4 100644 --- a/.github/workflows/wheels-linux.yml +++ b/.github/workflows/wheels-linux.yml @@ -24,7 +24,6 @@ jobs: python: [ "pypy3.8-7.3.11", "pypy3.9-7.3.11", - "3.7", "3.8", "3.9", "3.10", diff --git a/.github/workflows/wheels-macos.yml b/.github/workflows/wheels-macos.yml index ca6e100c0..fba8b7dc7 100644 --- a/.github/workflows/wheels-macos.yml +++ b/.github/workflows/wheels-macos.yml @@ -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" diff --git a/.travis.yml b/.travis.yml index a1d00f9bd..dc3ddab74 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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