File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -438,25 +438,19 @@ jobs:
438438 # macos;
439439 # all versions x86_64
440440 # 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
444441 - os : macos
445442 target : x86_64
446443 - os : macos
447444 target : aarch64
448- interpreter : 3.8 3.9 pypy3.9 pypy3.10 # 3.13
445+ interpreter : 3.8 3.9 pypy3.9 pypy3.10
449446
450447 # windows;
451448 # x86_64 pypy builds are not PGO optimized
452449 # i686 not supported by pypy
453450 # 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
457451 - os : windows
458452 target : x86_64
459- interpreter : pypy3.9 pypy3.10 3.13
453+ interpreter : pypy3.9 pypy3.10
460454 - os : windows
461455 target : i686
462456 python-architecture : x86
@@ -528,12 +522,6 @@ jobs:
528522 interpreter : ' 3.8'
529523 - os : macos
530524 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'
537525
538526 runs-on : ${{ matrix.runs-on }}
539527 steps :
You can’t perform that action at this time.
0 commit comments