Skip to content

Commit

Permalink
Build wheels for Python 3.12 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarlinpe authored Feb 11, 2024
1 parent 47220b1 commit 03d1d12
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 @@ -22,7 +22,7 @@ classifiers = [
]

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

Expand Down

0 comments on commit 03d1d12

Please sign in to comment.