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.
Problem
Both
docs/packages/openvaf-py.md(line 51) anddocs/packages/osdi-py.md(line 52) have a platform support table that says:What the code shows
.github/workflows/release.ymlincludesos: windows-latestin the build matrices for both packages:build-osdi-pyjob (line 151): includeswindows-latestbuild-openvaf-pyjob (line 222): includeswindows-latesttest-wheel-install-windowsjob (line 402–404) tests installation of bothopenvaf-pyandosdi-pyon WindowsImpact
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.mdonly — this covers the two other packages.