From 296481c00f3a7975bcdc6e81c95a08b7cc4bc341 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Mon, 15 Jun 2026 20:14:49 +1000 Subject: [PATCH] Do not test NumPy against Python 3.15 wheels --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index a3140388129..a2366e717ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -128,6 +128,8 @@ overrides = [ # iOS simulator environment is isolated by cibuildwheel, but needs the dependencies { select = "*_iphonesimulator", environment.PATH = "$(pwd)/build/deps/iphonesimulator/bin:$PATH" }, { select = "*-win32", test-requires = [] }, + # NumPy does not yet support Python 3.15 + { select = "cp315*-win_amd64", test-requires = [] }, ] xbuild-tools = []