File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 4444 image :
4545 - manylinux1_x86_64
4646 - manylinux1_i686
47- - manylinux_2_24_x86_64
4847 - manylinux_2_24_i686
48+ - manylinux_2_24_x86_64
49+ - manylinux_2_28_x86_64
4950 - manylinux_2_24_aarch64
51+ - manylinux_2_28_aarch64
5052 - musllinux_1_1_x86_64
5153 - musllinux_1_1_aarch64
5254 # - manylinux_2_24_ppc64le
@@ -103,7 +105,7 @@ jobs:
103105 - " 3.9"
104106 - " 3.10"
105107 - " 3.11"
106- # - "3.12-dev"
108+ - " 3.12-dev"
107109
108110 exclude :
109111 # fails due to lack of a compatible compiler
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ MANYLINUX_IMAGES= \
1414 manylinux_2_24_x86_64 \
1515 manylinux_2_24_i686 \
1616 manylinux_2_24_aarch64 \
17+ manylinux_2_28_x86_64 \
18+ manylinux_2_28_aarch64 \
1719 musllinux_1_1_x86_64 \
1820 musllinux_1_1_aarch64
1921
You can’t perform that action at this time.
0 commit comments