From 9fc0e446805aa97bbad472c3c953eed57e64454b Mon Sep 17 00:00:00 2001 From: Yakau Bubnou Date: Sun, 14 Jul 2024 11:31:51 +0200 Subject: [PATCH] Build CPython builds up to 3.12 (#61) This patch builds CPython wheels versions up to 3.12. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9c7e4aa..7ff4d55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -98,7 +98,7 @@ skip = "*.ipynb" # Configuration to build wheels for different version of python, operating systems and # architectures. See more in documentation: https://cibuildwheel.pypa.io/en/stable/options/ [tool.cibuildwheel] -build = "cp39-*" +build = "cp39-* cp310-* cp311-* cp312-*" build-verbosity = 3 skip = "*-musllinux_*" repair-wheel-command = ""