diff options
author | Stefan Behnel <stefan_ml@behnel.de> | 2021-11-02 20:28:49 +0100 |
---|---|---|
committer | Stefan Behnel <stefan_ml@behnel.de> | 2021-11-02 20:28:49 +0100 |
commit | 24a459910130afc8a16bdecdde35ca9d5aa47f1d (patch) | |
tree | c7c63309816f328bd8a767966dd96e2568c54460 | |
parent | b232e1987408e76fb6450f1a476dbab0377c92e8 (diff) | |
download | python-lxml-lxml-4.6.4-5.tar.gz |
Fix PyPy3 as wheel matrix targets.lxml-4.6.4-5
-rw-r--r-- | .github/workflows/wheels.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 8ec3652f..bfd8e9ef 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -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 @@ -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 } @@ -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 }} |