From 21cec645c05f821fffb8c651dd8f3eade6d8c3de 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 934e354..1e5e4a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,9 +50,6 @@ skip = [ # `Need python for x86_64, but found x86`. # See https://github.com/nasa-gcn/hpx/pull/14 "*win32", - # Skip this platform because meson cannot find numpy-config. - # See https://github.com/nasa-gcn/hpx/pull/12 - "pp*-win_amd64", ] test-extras = ["test"] test-command = ["pytest {project}/test --benchmark-disable"]