Skip to content

Commit

Permalink
Build python 3.13 wheels in Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinung-r committed Sep 2, 2024
1 parent 46e56da commit d7cb4b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ test-command = [
manylinux-x86_64-image = "manylinux2010"

[[tool.cibuildwheel.overrides]]
select = "cp3{9,10,11,12}*"
select = "cp3{9,10,11,12,13}*"
manylinux-x86_64-image = "manylinux2014"

[tool.cibuildwheel.macos]
Expand Down

0 comments on commit d7cb4b4

Please sign in to comment.