Skip to content

Commit

Permalink
try to skip offending pypy versions and see if we get to the end of t…
Browse files Browse the repository at this point in the history
…he build for the remaining ones
  • Loading branch information
anthrotype committed Aug 22, 2024
1 parent e9d0918 commit fd117e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
pull_request:
branches: [main]

env:
# Skip PyPy 3.7 and 3.8
CIBW_SKIP: pp37-* pp38-*

jobs:
build:

Expand Down

0 comments on commit fd117e9

Please sign in to comment.