diff --git a/pyproject.toml b/pyproject.toml index f9ad042..6daf4fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,10 +52,6 @@ skip = [ # Skip these platforms because conda-forge does not support them, and we # are using conda to install our external shared library dependencies. "*musl*", - # Skip these platforms because the configuration is failing with the error - # `Need python for x86_64, but found x86`. - # See https://github.com/nasa-gcn/hpx/pull/14 - "*win32", ] test-extras = ["test"] test-command = ["pytest {project}/test --benchmark-disable"]