Skip to content

Commit

Permalink
Add Python 3.13 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sarlinpe authored Nov 27, 2024
1 parent 52df8d1 commit 7a84b05
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 @@ -21,7 +21,7 @@ classifiers = [
]

[tool.cibuildwheel]
build = "cp3{8,9,10,11,12}-{macosx,manylinux,win}*"
build = "cp3{8,9,10,11,12,13}-{macosx,manylinux,win}*"
archs = ["auto64"]
test-command = "python -c \"import pyceres; print(pyceres.__version__)\""

Expand Down

0 comments on commit 7a84b05

Please sign in to comment.