From 4bb5f139008957738d0492c47a48be001d595e9f Mon Sep 17 00:00:00 2001 From: Paul-Edouard Sarlin Date: Sun, 11 Feb 2024 09:55:07 +0100 Subject: [PATCH] Build Python 3.12 as well --- 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__)\""