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",