summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2021-11-02 19:57:23 +0100
committerStefan Behnel <stefan_ml@behnel.de>2021-11-02 19:57:23 +0100
commitb232e1987408e76fb6450f1a476dbab0377c92e8 (patch)
treeb02f006f44b53ff582e6190638b8fa06ba471053
parent667f4b47995e0d4cc9b8c20ead1709810c9965d0 (diff)
downloadpython-lxml-b232e1987408e76fb6450f1a476dbab0377c92e8.tar.gz
Add PyPy3 7.3.3. as wheel matrix targets.lxml-4.6.4-4
-rw-r--r--.github/workflows/wheels.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml
index d9c24428..8ec3652f 100644
--- a/.github/workflows/wheels.yml
+++ b/.github/workflows/wheels.yml
@@ -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 }