diff --git a/.github/workflows/cd_release.yml b/.github/workflows/cd_release.yml index 09f40106c..e196eb89f 100644 --- a/.github/workflows/cd_release.yml +++ b/.github/workflows/cd_release.yml @@ -104,7 +104,7 @@ jobs: - os: windows-2019 system_type: ["win", ""] arch: amd64 - py_minors: '8,9,10,11,12,13' + py_minors: '9,10,11,12,13' # 32-bit Windows diff --git a/.github/workflows/ci_build_wheels.yml b/.github/workflows/ci_build_wheels.yml index ebb6aed95..3c9a99165 100644 --- a/.github/workflows/ci_build_wheels.yml +++ b/.github/workflows/ci_build_wheels.yml @@ -49,7 +49,7 @@ jobs: - os: windows-2019 system_type: ["win", ""] arch: amd64 - py_minors: 8,13 + py_minors: 9,13 # 32-bit Windows # See issue #220: https://github.com/SINTEF/dlite/issues/220 diff --git a/doc/getting_started/installation.md b/doc/getting_started/installation.md index 6840cfa17..d5e777fbc 100644 --- a/doc/getting_started/installation.md +++ b/doc/getting_started/installation.md @@ -38,7 +38,7 @@ wheels are shown in the following table. | [manylinux2014] | i686 | | | x | x | x | x | | [musllinux_1_2] | x86_64 | x | x | x | x | x | x | | [musllinux_1_2] | i686 | | x | x | x | | | -| windows | x86_64 | x | x | x | x | x | x | +| windows | x86_64 | | x | x | x | x | x | Development installation