From 03d1d12f3360e5e9bf4a81d75342323aaf31b639 Mon Sep 17 00:00:00 2001 From: Paul-Edouard Sarlin <15985472+sarlinpe@users.noreply.github.com> Date: Sun, 11 Feb 2024 10:16:09 +0100 Subject: [PATCH] Build wheels for Python 3.12 (#37) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6498356..4325eac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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__)\""