Skip to content

Commit

Permalink
Add PyPy3 7.3.3. as wheel matrix targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Nov 2, 2021
1 parent 667f4b4 commit b232e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Expand Up @@ -115,7 +115,7 @@ jobs:
matrix:
#os: [macos-10.15, windows-latest]
os: [macos-10.15]
python_version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10"]
python_version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "pypy-3.7-v7.3.3", "pypy-3.8-v7.3.3"]

runs-on: ${{ matrix.os }}
env: { LIBXML2_VERSION: 2.9.10, LIBXSLT_VERSION: 1.1.34, MACOSX_DEPLOYMENT_TARGET: 10.14 }
Expand Down

0 comments on commit b232e19

Please sign in to comment.