summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2021-11-02 16:10:07 +0100
committerStefan Behnel <stefan_ml@behnel.de>2021-11-02 16:10:07 +0100
commit03c3f10f517c72a233241dcfafb8d3429d3e44c8 (patch)
treeb70f4fb470669dfbf733b7d83ec42a2de301c1f4
parent9f801230ac89a640742a9cc5695eda3c184aab0d (diff)
downloadpython-lxml-03c3f10f517c72a233241dcfafb8d3429d3e44c8.tar.gz
Skip manylinux2010 builds since they serve no purpose. manylinux1 and manylinux_2_24 should be enough.lxml-4.6.4-2
-rw-r--r--.github/workflows/wheels.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml
index 274a6af0..4b313aa0 100644
--- a/.github/workflows/wheels.yml
+++ b/.github/workflows/wheels.yml
@@ -55,8 +55,8 @@ jobs:
image:
- manylinux1_x86_64
- manylinux1_i686
- - manylinux2010_x86_64
- - manylinux2010_i686
+ #- manylinux2010_x86_64
+ #- manylinux2010_i686
- manylinux_2_24_x86_64
- manylinux_2_24_i686
- manylinux_2_24_aarch64