From 48001a66c666bd16742ae8be79042914e0a218e3 Mon Sep 17 00:00:00 2001 From: David Hewitt Date: Tue, 25 Jun 2024 13:47:22 +0100 Subject: [PATCH] try restore 3.13 PGO builds --- .github/workflows/ci.yml | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b7be62c7..6a12b0686 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -438,25 +438,19 @@ jobs: # macos; # all versions x86_64 # arm pypy and older pythons which can't be run on the arm hardware for PGO - # - # FIXME https://github.com/PyO3/maturin-action/issues/275 - # cffi prevents `maturin-action` working on macOS 3.13 for now for the optimized build - os: macos target: x86_64 - os: macos target: aarch64 - interpreter: 3.8 3.9 pypy3.9 pypy3.10 # 3.13 + interpreter: 3.8 3.9 pypy3.9 pypy3.10 # windows; # x86_64 pypy builds are not PGO optimized # i686 not supported by pypy # aarch64 only 3.11 and up, also not PGO optimized - # - # FIXME https://github.com/PyO3/maturin-action/issues/275 - # cffi prevents `maturin-action` working on Windows 3.13 for now for the optimized build - os: windows target: x86_64 - interpreter: pypy3.9 pypy3.10 3.13 + interpreter: pypy3.9 pypy3.10 - os: windows target: i686 python-architecture: x86 @@ -528,12 +522,6 @@ jobs: interpreter: '3.8' - os: macos interpreter: '3.9' - # https://github.com/PyO3/maturin-action/issues/275 - # cffi prevents `maturin-action` working on Windows & macOS 3.13 for now - - os: windows - interpreter: '3.13' - - os: macos - interpreter: '3.13' runs-on: ${{ matrix.runs-on }} steps: