Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
corinwagen authored Apr 24, 2024
1 parent 945d2ef commit 76cc849
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
@@ -1,6 +1,6 @@
[project]
name = "pymsym"
version = "0.3.2"
version = "0.3.3"
description = "libmsym python binding"
authors = [{name = "Corin Wagen", email = "[email protected]"}]
license = {file = "LICENSE"}
Expand Down Expand Up @@ -28,6 +28,6 @@ build-backend = "scikit_build_core.build"

[tool.cibuildwheel]
# Disable building PyPy wheels on all platforms
build = "cp311*"
#build = "cp311*"
skip = "pp*"

0 comments on commit 76cc849

Please sign in to comment.