From 649084325b3447b46f3919bba742c91e8867e15d Mon Sep 17 00:00:00 2001 From: Giovanni Barillari Date: Sun, 7 Jul 2024 22:06:16 +0200 Subject: [PATCH] Avoid 3.13 PGO wheel on Linux --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f2a2e808..a4319b4a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: platform: linux target: x86_64 manylinux: auto - interpreter: pypy3.8 pypy3.9 pypy3.10 + interpreter: 3.13 pypy3.8 pypy3.9 pypy3.10 - os: macos target: x86_64 interpreter: pypy3.8 pypy3.9 pypy3.10 @@ -115,6 +115,9 @@ jobs: include: - os: ubuntu-latest platform: linux + exclude: + - os: ubuntu-latest + interpreter: "3.13" runs-on: ${{ matrix.os }} steps: