From a33aa89f0bb992905ae3121ced392b57c325e152 Mon Sep 17 00:00:00 2001 From: Jason Kozemczak Date: Thu, 10 Sep 2026 20:33:47 -0500 Subject: [PATCH] Start building 3.14 wheels --- .github/workflows/build_wheels.yml | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 0a78c0c2..742651ce 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -5,7 +5,7 @@ on: env: BUILD_TYPE: Release - MIN_CIBUILDWHEEL_VERSION: 2.22.0 + MIN_CIBUILDWHEEL_VERSION: 3.1.0 PYTHON_VERSION: 3.x jobs: diff --git a/pyproject.toml b/pyproject.toml index e8fa7831..709e0d70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,12 +19,12 @@ requires = ["wheel", "setuptools >= 30.3.0", "numpy", - "nanobind >= 1.6"] + "nanobind >= 2.7"] build-backend = "setuptools.build_meta" [tool.cibuildwheel] build-verbosity = 0 # options: 1, 2, or 3 -skip = ["cp36-*", "cp37-*", "cp38-*", "pp*", "*-win32"] +skip = ["cp36-*", "cp37-*", "cp38-*", "pp*", "*-win32", "cp3??t-*"] [tool.cibuildwheel.windows] archs = ["auto64"]