From 938b3feb2fd4e8e066a0ac79055c2d8f39909251 Mon Sep 17 00:00:00 2001 From: Leo Singer Date: Wed, 1 May 2024 15:16:30 -0400 Subject: [PATCH] Build for PyPy on win32 amd64 --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6b98536..a032ed2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,9 +23,6 @@ skip = [ "*i686*", "*musl*", # Skip these platforms because I haven't worked out the compiler config. "*win32", - # Skip this platform because meson cannot find numpy-config. - # See https://github.com/nasa-gcn/hpx/pull/12 - "pp*-win_amd64", ] before-all = [ "curl -L https://micro.mamba.pm/install.sh | bash",