Skip to content

docs: packages/openvaf-py.md and packages/osdi-py.md claim Windows is 'Not yet supported' but CI builds Windows wheels #117

@github-actions

Description

@github-actions

Problem

Both docs/packages/openvaf-py.md (line 51) and docs/packages/osdi-py.md (line 52) have a platform support table that says:

| Windows  | x86_64      | Not yet supported |

What the code shows

.github/workflows/release.yml includes os: windows-latest in the build matrices for both packages:

  • build-osdi-py job (line 151): includes windows-latest
  • build-openvaf-py job (line 222): includes windows-latest
  • test-wheel-install-windows job (line 402–404) tests installation of both openvaf-py and osdi-py on Windows

Impact

Windows users will think these packages are unavailable and may not attempt installation, even though wheels are being published.

Note: Issue #107 covers the same problem for packages/umfpack-jax.md only — this covers the two other packages.

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsDocumentation issues

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions