File tree 1 file changed +2
-14
lines changed 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -438,25 +438,19 @@ jobs:
438
438
# macos;
439
439
# all versions x86_64
440
440
# arm pypy and older pythons which can't be run on the arm hardware for PGO
441
- #
442
- # FIXME https://github.com/PyO3/maturin-action/issues/275
443
- # cffi prevents `maturin-action` working on macOS 3.13 for now for the optimized build
444
441
- os : macos
445
442
target : x86_64
446
443
- os : macos
447
444
target : aarch64
448
- interpreter : 3.8 3.9 pypy3.9 pypy3.10 # 3.13
445
+ interpreter : 3.8 3.9 pypy3.9 pypy3.10
449
446
450
447
# windows;
451
448
# x86_64 pypy builds are not PGO optimized
452
449
# i686 not supported by pypy
453
450
# aarch64 only 3.11 and up, also not PGO optimized
454
- #
455
- # FIXME https://github.com/PyO3/maturin-action/issues/275
456
- # cffi prevents `maturin-action` working on Windows 3.13 for now for the optimized build
457
451
- os : windows
458
452
target : x86_64
459
- interpreter : pypy3.9 pypy3.10 3.13
453
+ interpreter : pypy3.9 pypy3.10
460
454
- os : windows
461
455
target : i686
462
456
python-architecture : x86
@@ -528,12 +522,6 @@ jobs:
528
522
interpreter : ' 3.8'
529
523
- os : macos
530
524
interpreter : ' 3.9'
531
- # https://github.com/PyO3/maturin-action/issues/275
532
- # cffi prevents `maturin-action` working on Windows & macOS 3.13 for now
533
- - os : windows
534
- interpreter : ' 3.13'
535
- - os : macos
536
- interpreter : ' 3.13'
537
525
538
526
runs-on : ${{ matrix.runs-on }}
539
527
steps :
You can’t perform that action at this time.
0 commit comments