Skip to content

Commit

Permalink
Try to build only for 3.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
ybubnov committed Oct 21, 2024
1 parent 8b1da0f commit d34b638
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,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-* "# cp310-* cp311-* cp312-*"
build = "cp310-*" # cp311-* cp312-*"
build-verbosity = 3
skip = "*-musllinux_*"
repair-wheel-command = ""
Expand All @@ -104,7 +104,6 @@ PIP_EXTRA_INDEX_URL = "https://pypi.python.org/simple"
archs = ["arm64"]

[tools.cibuildwheel.windows]
skip = "cp39-*"
archs = ["amd64"]

[tool.cibuildwheel.linux]
Expand Down

0 comments on commit d34b638

Please sign in to comment.