Skip to content

Commit

Permalink
Build CPython builds up to 3.12 (#61)
Browse files Browse the repository at this point in the history
This patch builds CPython wheels versions up to 3.12.
  • Loading branch information
ybubnov authored Jul 14, 2024
1 parent 0a2b1e0 commit 9fc0e44
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 @@ -98,7 +98,7 @@ skip = "*.ipynb"
# Configuration to build wheels for different version of python, operating systems and
# architectures. See more in documentation: https://cibuildwheel.pypa.io/en/stable/options/
[tool.cibuildwheel]
build = "cp39-*"
build = "cp39-* cp310-* cp311-* cp312-*"
build-verbosity = 3
skip = "*-musllinux_*"
repair-wheel-command = ""
Expand Down

0 comments on commit 9fc0e44

Please sign in to comment.