Skip to content

Commit b5174f1

Browse files
committed
CI: Build Py3.12 wheels.
1 parent 096defc commit b5174f1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,9 @@ jobs:
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

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)