Skip to content

Commit

Permalink
maint: Remove cp39 and add cp313 to cibuildwheel matrix
Browse files Browse the repository at this point in the history
cp39 does not support build-time NumPy 2.x
  • Loading branch information
nvictus committed Oct 18, 2024
1 parent 7a68d88 commit 57e7863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ repository = "https://github.com/nvictus/pybbi"


[tool.cibuildwheel]
build = ["cp39-*", "cp310-*", "cp311-*", "cp312-*"]
build = ["cp310-*", "cp311-*", "cp312-*", "cp313-*"]
skip = "*-musllinux*"
build-verbosity = 3

Expand Down

0 comments on commit 57e7863

Please sign in to comment.