Skip to content

Commit

Permalink
Build wheels for python versions 3.8 through 3.12 in .github/workflow…
Browse files Browse the repository at this point in the history
…s/python-wheel-vcpkg.yml.
  • Loading branch information
Shane-J-Latham committed Jan 6, 2024
1 parent d3fe393 commit 3214394
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-wheel-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ jobs:
CIBW_ARCHS: "auto64"
# Skip musllinux builds
CIBW_SKIP: "*-musllinux_*"
# CIBW_BUILD: "cp38-* cp39-* cp310-* cp311-* cp312-*"
CIBW_BUILD: "cp310-*"
CIBW_BUILD: "cp38-* cp39-* cp310-* cp311-* cp312-*"
# Don't repair macOS wheels
CIBW_REPAIR_WHEEL_COMMAND_MACOS: ""
CIBW_BEFORE_BUILD_WINDOWS: "python -m pip install cmake"
Expand Down

0 comments on commit 3214394

Please sign in to comment.