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 7b1549c commit 0961f3cCopy full SHA for 0961f3c
python/pyproject.toml
@@ -11,9 +11,9 @@ build-backend = "setuptools.build_meta"
11
manylinux-x86_64-image = "manylinux2010"
12
manylinux-i686-image = "manylinux2010"
13
# Skip building against musl libc images as JSBSim is not compatible with them.
14
-skip = "cp*-musllinux_* cp311*"
+skip = "cp*-musllinux_*"
15
16
[[tool.cibuildwheel.overrides]]
17
-select = "pp39-*"
+select = "pp39-* cp311*"
18
manylinux-x86_64-image = "manylinux2014"
19
manylinux-i686-image = "manylinux2014"
0 commit comments