Skip to content

Commit

Permalink
build wheels for Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
bpuchala committed Jan 29, 2024
1 parent 5d77b42 commit b0b0128
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ select = ["E", "F", "I"]
known-first-party = ["libcasm", "casm"]

[tool.cibuildwheel]
# Build for python3.9, 3.10, 3.11
build = "cp39-* cp310-* cp311-*"
# Build for python3.9, 3.10, 3.11, 3.12
build = "cp39-* cp310-* cp311-* cp312-*"
# Build for cpython only
skip = "pp*"

Expand Down

0 comments on commit b0b0128

Please sign in to comment.