Skip to content

Commit 0961f3c

Browse files
committed
Restore Python 3.11 wheels
1 parent 7b1549c commit 0961f3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ build-backend = "setuptools.build_meta"
1111
manylinux-x86_64-image = "manylinux2010"
1212
manylinux-i686-image = "manylinux2010"
1313
# Skip building against musl libc images as JSBSim is not compatible with them.
14-
skip = "cp*-musllinux_* cp311*"
14+
skip = "cp*-musllinux_*"
1515

1616
[[tool.cibuildwheel.overrides]]
17-
select = "pp39-*"
17+
select = "pp39-* cp311*"
1818
manylinux-x86_64-image = "manylinux2014"
1919
manylinux-i686-image = "manylinux2014"

0 commit comments

Comments
 (0)