File tree Expand file tree Collapse file tree 3 files changed +6
-48
lines changed
Expand file tree Collapse file tree 3 files changed +6
-48
lines changed Original file line number Diff line number Diff 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)]
Load Diff This file was deleted.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments