From 92ae3dd8d73adf16f4ca0b43385fcd81a84397b1 Mon Sep 17 00:00:00 2001 From: ChengjieLi Date: Fri, 25 Oct 2024 12:37:31 +0800 Subject: [PATCH] fix --- python/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 3e4a8aa2..1edffbfb 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -43,6 +43,6 @@ markers = [ ] [tool.cibuildwheel] -build = ["cp38-*", "cp39-*", "cp310-*", "cp311-*"] -skip = "pp* *musllinux* *i686 cp36* cp38-win32 cp39-win32 cp310-win32 cp311-win32" +build = ["cp39-*", "cp310-*", "cp311-*", "cp312-*"] +skip = "pp* *musllinux* *i686 cp36* cp38-win32 cp39-win32 cp310-win32 cp311-win32 cp312-win32" manylinux-x86_64-image = "manylinux2014"