Skip to content

Commit

Permalink
Avoid 3.13 PGO wheel on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
gi0baro committed Jul 7, 2024
1 parent 6726370 commit 6490843
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -115,6 +115,9 @@ jobs:
include:
- os: ubuntu-latest
platform: linux
exclude:
- os: ubuntu-latest
interpreter: "3.13"

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 6490843

Please sign in to comment.