Skip to content

Commit

Permalink
Fix PyPy3 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 b232e19 commit 24a4599
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Expand Up @@ -83,7 +83,7 @@ jobs:
- uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: 3.8

Expand Down 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", "pypy-3.7-v7.3.3", "pypy-3.8-v7.3.3"]
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.7"]

runs-on: ${{ matrix.os }}
env: { LIBXML2_VERSION: 2.9.10, LIBXSLT_VERSION: 1.1.34, MACOSX_DEPLOYMENT_TARGET: 10.14 }
Expand All @@ -124,7 +124,7 @@ jobs:
- uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python_version }}

Expand Down

0 comments on commit 24a4599

Please sign in to comment.