Skip to content

Commit

Permalink
drop PyPy 3.8 (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Aug 7, 2024
1 parent 4d54a10 commit e7ecc00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ jobs:
with:
target: ${{ matrix.target }}
manylinux: ${{ matrix.manylinux || 'auto' }}
args: --release --out dist --interpreter pypy3.8 pypy3.9 pypy3.10
args: --release --out dist --interpreter pypy3.9 pypy3.10

- run: ${{ matrix.ls || 'ls -lh' }} dist/

Expand Down

0 comments on commit e7ecc00

Please sign in to comment.