Skip to content

Commit

Permalink
Try building without pypy310 due to a build bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
TkTech committed Jan 30, 2025
1 parent 39cd955 commit fb79857
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ on:
release:
types:
- published
workflow_dispatch:

name: Create release

Expand Down Expand Up @@ -50,7 +51,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-22.04, windows-2022, macos-13]
py: ["cp39", "cp310", "cp311", "cp312", "cp313", "pp39", "pp310"]
py: ["cp39", "cp310", "cp311", "cp312", "cp313", "pp39"]

steps:
- uses: actions/checkout@v4.1.1
Expand Down

0 comments on commit fb79857

Please sign in to comment.