Skip to content

Commit 8df7f1d

Browse files
committed
CI: Include Python 3.12 in wheel build.
1 parent 2383508 commit 8df7f1d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,11 @@ jobs:
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

Makefile

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

0 commit comments

Comments
 (0)