Skip to content

Commit e649a1e

Browse files
committed
skip py37 on osx-arm64
1 parent 18eefd5 commit e649a1e

File tree

3 files changed

+6
-48
lines changed

3 files changed

+6
-48
lines changed

.ci_support/migrations/python37.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ __migrator:
2929
- python_abi
3030
exclude_pinned_pkgs: false
3131

32-
python:
33-
- 3.7.* *_cpython
32+
python: # [not (osx and arm64)]
33+
- 3.7.* *_cpython # [not (osx and arm64)]
3434
# additional entries to add for zip_keys
35-
numpy:
36-
- 1.21
37-
python_impl:
38-
- cpython
35+
numpy: # [not (osx and arm64)]
36+
- 1.21 # [not (osx and arm64)]
37+
python_impl: # [not (osx and arm64)]
38+
- cpython # [not (osx and arm64)]

.ci_support/osx_arm64_numpy1.21python3.7.____cpython.yaml

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/workflows/conda-build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,6 @@ jobs:
148148
- CONFIG: osx_arm64_numpy1.21python3.10.____cpython
149149
UPLOAD_PACKAGES: True
150150
os: macos
151-
- CONFIG: osx_arm64_numpy1.21python3.7.____cpython
152-
UPLOAD_PACKAGES: True
153-
os: macos
154151
- CONFIG: osx_arm64_numpy1.23python3.11.____cpython
155152
UPLOAD_PACKAGES: True
156153
os: macos

0 commit comments

Comments
 (0)