File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 9292 image :
9393 - manylinux1_x86_64
9494 - manylinux1_i686
95- - manylinux_2_24_x86_64
9695 - manylinux_2_24_i686
96+ - manylinux_2_24_x86_64
97+ - manylinux_2_28_x86_64
9798 - musllinux_1_1_x86_64
9899 pyversion : ["cp*"]
99100
@@ -108,6 +109,8 @@ jobs:
108109 pyversion : " cp310*"
109110 - image : manylinux_2_24_aarch64
110111 pyversion : " cp311*"
112+ - image : manylinux_2_28_aarch64
113+ pyversion : " cp312*"
111114
112115 runs-on : ubuntu-latest
113116
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ MANYLINUX_IMAGES= \
1010 manylinux_2_24_x86_64 \
1111 manylinux_2_24_i686 \
1212 manylinux_2_24_aarch64 \
13+ manylinux_2_28_x86_64 \
14+ manylinux_2_28_aarch64 \
1315 musllinux_1_1_x86_64
1416
1517.PHONY : all local sdist test clean realclean wheel_manylinux
You can’t perform that action at this time.
0 commit comments