Skip to content

Commit

Permalink
CI: Build wheels for pypy too [wheel build]
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoZeke committed Sep 10, 2023
1 parent 30b20b0 commit 4e24d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- [macos-12, macosx_x86_64]
- [macos-12, macosx_arm64]
- [windows-2019, win_amd64]
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11', 'pypy3.8', 'pypy3.9']

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 4e24d5a

Please sign in to comment.