Skip to content

Commit 08dbd83

Browse files
authored
add pypy 3.11 build
1 parent 3531807 commit 08dbd83

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/pythonbuild.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,17 +136,21 @@ jobs:
136136
fail-fast: false
137137
matrix:
138138
arch: [auto, aarch64, ppc64le, s390x]
139-
python_tag: ["cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*", "pp39-*", "pp310-*"]
139+
python_tag: ["cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*", "pp39-*", "pp310-*", "pp311-*"]
140140
exclude:
141141
# PyPy builds not supported on ppc64le / s390x
142142
- arch: ppc64le
143143
python_tag: "pp39-*"
144144
- arch: ppc64le
145145
python_tag: "pp310-*"
146+
- arch: ppc64le
147+
python_tag: "pp311-*"
146148
- arch: s390x
147149
python_tag: "pp39-*"
148150
- arch: s390x
149151
python_tag: "pp310-*"
152+
- arch: s390x
153+
python_tag: "pp311-*"
150154
env:
151155
CIBW_ARCHS_LINUX: ${{matrix.arch}}
152156
CIBW_BUILD: ${{matrix.python_tag}}

0 commit comments

Comments
 (0)