File tree 1 file changed +18
-0
lines changed
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -350,6 +350,15 @@ jobs:
350
350
python-architecture : " x64" ,
351
351
rust-target : " x86_64-apple-darwin" ,
352
352
}
353
+ # pypy macOS support came in 3.8
354
+ - rust : stable
355
+ python-version : " pypy3.7"
356
+ platform :
357
+ {
358
+ os : " macos-13" ,
359
+ python-architecture : " x64" ,
360
+ rust-target : " x86_64-apple-darwin" ,
361
+ }
353
362
354
363
exclude :
355
364
# ubuntu-latest (24.04) no longer supports 3.7
@@ -380,6 +389,15 @@ jobs:
380
389
python-architecture : " arm64" ,
381
390
rust-target : " aarch64-apple-darwin" ,
382
391
}
392
+ # pypy macOS support came in 3.8
393
+ - rust : stable
394
+ python-version : " pypy3.7"
395
+ platform :
396
+ {
397
+ os : " macos-latest" ,
398
+ python-architecture : " arm64" ,
399
+ rust-target : " aarch64-apple-darwin" ,
400
+ }
383
401
384
402
valgrind :
385
403
if : ${{ contains(github.event.pull_request.labels.*.name, 'CI-build-full') || github.event_name != 'pull_request' }}
You can’t perform that action at this time.
0 commit comments