Skip to content

Commit c1ba2d9

Browse files
authored
Merge pull request #8414 from radarhere/pypy
2 parents 9e48c27 + 61c83a8 commit c1ba2d9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,18 @@ jobs:
105105
- name: "macOS 10.10 x86_64"
106106
os: macos-13
107107
cibw_arch: x86_64
108-
build: "pp310* cp3{9,10,11}*"
108+
build: "cp3{9,10,11}*"
109109
macosx_deployment_target: "10.10"
110110
- name: "macOS 10.13 x86_64"
111111
os: macos-13
112112
cibw_arch: x86_64
113113
build: "cp3{12,13}*"
114114
macosx_deployment_target: "10.13"
115+
- name: "macOS 10.15 x86_64"
116+
os: macos-13
117+
cibw_arch: x86_64
118+
build: "pp310*"
119+
macosx_deployment_target: "10.15"
115120
- name: "macOS arm64"
116121
os: macos-latest
117122
cibw_arch: arm64

0 commit comments

Comments
 (0)