We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8705d7a commit 9becb01Copy full SHA for 9becb01
pyproject.toml
@@ -57,6 +57,8 @@ xsuite_kernels = [
57
skip = [
58
# PyPy does not work for us
59
"pp*",
60
+ # i686 is not needed or supported
61
+ "*i686",
62
# Apparently there's a problem with with Python 3.8 on ARM64 macOS; the
63
# x86_64 version is run anyway pulling the x86 cffi library, building
64
# x86 dylibs that cannot then be imported properly by the ARM64 Python.
0 commit comments