Skip to content

Commit f134800

Browse files
committed
skip windows arm build on python 3.10
(no numpy wheel available)
1 parent 27e32e2 commit f134800

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Repository = 'http://github.com/simpeg/discretize.git'
108108
# skip building wheels for python 3.6, 3.7, 3.8, 3.9, all pypy versions, and specialty linux
109109
# processors (still does arm builds though).
110110
# skip windows 32bit
111-
skip = "cp36-* cp37-* cp38-* cp39-* pp* *_ppc64le *_i686 *_s390x *-win32"
111+
skip = "cp38-* cp39-* *_ppc64le *_i686 *_s390x *-win32" "cp310-win_arm64"
112112
build-verbosity = 3
113113
enable = ["cpython-freethreading"]
114114

0 commit comments

Comments
 (0)