Skip to content

Commit

Permalink
Add Python 3.12 to cibuildwheel config
Browse files Browse the repository at this point in the history
It's not tested yet because numba doesn't yet support 3.12.
  • Loading branch information
bmerry committed Aug 2, 2023
1 parent 131b42b commit e367b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ before-build = "manylinux/before_build.sh"
manylinux-x86_64-image="manylinux2014"
manylinux-i686-image="manylinux2014"
manylinux-aarch64-image="manylinux2014"
build = ["cp38-manylinux*", "cp39-manylinux*", "cp310-manylinux*", "cp311-manylinux*"]
build = ["cp38-manylinux*", "cp39-manylinux*", "cp310-manylinux*", "cp311-manylinux*", "cp312-manylinux*"]

[tool.cibuildwheel.linux]
archs = ["x86_64"]
Expand Down

0 comments on commit e367b58

Please sign in to comment.