Skip to content

Commit

Permalink
Updated weekly build
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-friis committed Dec 4, 2024
1 parent b7da0a0 commit 87319d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/docker/Dockerfile-manylinux.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Usage:
#
# Copy this template file and replace:
# - `{{ TYPE }}` major glibc version, ex: _2_24, _2_28
# - `{{ TYPE }}` major glibc version, ex: 1, 2010, 2014
# - `{{ ARCH }}` architecture, ex: x86_64, i686
# - `{{ PY_MINORS }}` minor Python3 version numbers, ex: "8 9 10"
# - `{{ EXTRA_PRE }}` extra commands before installation
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/container_builds_weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- system: "musllinux"
type: "_1_2"
arch: "i686"
py_minors: "8 9 10 11 12"
py_minors: "9 10 11 12"
#- system: "musllinux"
# type: "_1_1"
# arch: "i686"
Expand Down
4 changes: 2 additions & 2 deletions doc/getting_started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ wheels are shown in the following table.
|------------------|--------|-----|-----|------|------|------|
| [manylinux_2_34] | x86_64 | x | x | x | x | x |
| [manylinux2014] | i686 | | | x | x | x |
| [musllinux_1_2] | x86_64 | x | x | x | x | |
| [musllinux_1_2] | i686 | x | x | x | x | |
| [musllinux_1_2] | x86_64 | x | x | x | x | x |
| [musllinux_1_2] | i686 | | x | x | x | x |
| windows | x86_64 | x | x | x | x | x |


Expand Down

0 comments on commit 87319d6

Please sign in to comment.