Skip to content

Commit

Permalink
Add Alpine 3.18 platform to Wheel builder (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Oct 6, 2023
1 parent d0199ff commit 8b03451
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builder/wheel.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
_ALPINE_PLATFORM = {
("3", "16"): "musllinux_1_2",
("3", "17"): "musllinux_1_2",
("3", "18"): "musllinux_1_2",
}


Expand Down

0 comments on commit 8b03451

Please sign in to comment.