diff --git a/pyproject.toml b/pyproject.toml index f7b07d2..ca69ffe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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__)\""