summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2022-02-14 20:44:42 +0100
committerStefan Behnel <stefan_ml@behnel.de>2022-02-14 20:44:42 +0100
commitc5a398bfa2660d07eca5881fa6cc60fe9413428c (patch)
tree2dc281b0d9b2402e0775a4fdacd5e108f55d0b3b
parent62104691cc773d4b668951f5d2324ae1579792c0 (diff)
downloadpython-lxml-c5a398bfa2660d07eca5881fa6cc60fe9413428c.tar.gz
Add an AArch64 wheel build for Py3.6.
Closes https://bugs.launchpad.net/lxml/+bug/1960731
-rw-r--r--.github/workflows/wheels.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml
index 42d30ec8..9173a938 100644
--- a/.github/workflows/wheels.yml
+++ b/.github/workflows/wheels.yml
@@ -70,6 +70,8 @@ jobs:
- image: manylinux_2_24_aarch64
pyversion: "*"
include:
+ - image: manylinux2014_aarch64
+ pyversion: "cp36*"
- image: manylinux_2_24_aarch64
pyversion: "cp37*"
- image: manylinux_2_24_aarch64