Skip to content

Commit

Permalink
Merge pull request #64 from tahoe-lafs/pypy-packages
Browse files Browse the repository at this point in the history
Test PyPy 3.8, package PyPy 3.7 and 3.8
  • Loading branch information
exarkun authored Jan 31, 2022
2 parents f867f5e + feb4720 commit 473fea9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
- "cp38-*"
- "cp39-*"
- "cp310-*"
- "pp37-*"
- "pp38-*"

steps:
- name: Check out zfec sources
Expand All @@ -58,6 +60,7 @@ jobs:
- name: Install cibuildwheel
run: |
python3 -m pip install cibuildwheel==2.3.1
python -m cibuildwheel --print-build-identifiers
- name: "Run cibuildwheel"
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- "3.9"
- "3.10"
- "pypy-3.7"
- "pypy-3.8"

steps:

Expand Down

0 comments on commit 473fea9

Please sign in to comment.