File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -448,9 +448,14 @@ jobs:
448
448
# x86_64 pypy builds are not PGO optimized
449
449
# i686 not supported by pypy
450
450
# aarch64 only 3.11 and up, also not PGO optimized
451
+ #
452
+ # FIXME https://github.com/PyO3/maturin-action/issues/275
453
+ # cffi prevents `maturin-action` working on Windows 3.13 for now for the optimized build
454
+ - os : windows
455
+ interpreter : ' 3.13'
451
456
- os : windows
452
457
target : x86_64
453
- interpreter : pypy3.9 pypy3.10
458
+ interpreter : pypy3.9 pypy3.10 3.13
454
459
- os : windows
455
460
target : i686
456
461
python-architecture : x86
@@ -522,6 +527,10 @@ jobs:
522
527
interpreter : ' 3.8'
523
528
- os : macos
524
529
interpreter : ' 3.9'
530
+ # https://github.com/PyO3/maturin-action/issues/275
531
+ # cffi prevents `maturin-action` working on Windows 3.13 for now
532
+ - os : windows
533
+ interpreter : ' 3.13'
525
534
526
535
runs-on : ${{ matrix.runs-on }}
527
536
steps :
You can’t perform that action at this time.
0 commit comments