Skip to content

Commit 9becb01

Browse files
Exclude i686
1 parent 8705d7a commit 9becb01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ xsuite_kernels = [
5757
skip = [
5858
# PyPy does not work for us
5959
"pp*",
60+
# i686 is not needed or supported
61+
"*i686",
6062
# Apparently there's a problem with with Python 3.8 on ARM64 macOS; the
6163
# x86_64 version is run anyway pulling the x86 cffi library, building
6264
# x86 dylibs that cannot then be imported properly by the ARM64 Python.

0 commit comments

Comments
 (0)