summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2022-05-02 17:37:44 +0200
committerStefan Behnel <stefan_ml@behnel.de>2022-05-17 10:26:06 +0200
commit0e41cc5cc513a3be88065958e141c1d5216762c7 (patch)
treeacb2d5d09203ab382dbdf8c1fb549074be62d428 /.github
parent33d7a75fa9c2aafa75ead9015f7e701d75cbcfde (diff)
downloadpython-lxml-0e41cc5cc513a3be88065958e141c1d5216762c7.tar.gz
Use libxml2 2.9.14 for wheel builds.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--.github/workflows/wheels.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c8b2dd73..86fc1983 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -91,7 +91,7 @@ jobs:
OS_NAME: ${{ matrix.os }}
PYTHON_VERSION: ${{ matrix.python-version }}
MACOSX_DEPLOYMENT_TARGET: 10.14
- LIBXML2_VERSION: 2.9.13
+ LIBXML2_VERSION: 2.9.14
LIBXSLT_VERSION: 1.1.35
COVERAGE: false
GCC_VERSION: 8
diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml
index f2d62488..999133d3 100644
--- a/.github/workflows/wheels.yml
+++ b/.github/workflows/wheels.yml
@@ -122,7 +122,7 @@ jobs:
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.13, LIBXSLT_VERSION: 1.1.35, MACOSX_DEPLOYMENT_TARGET: 10.14 }
+ env: { LIBXML2_VERSION: 2.9.14, LIBXSLT_VERSION: 1.1.35, MACOSX_DEPLOYMENT_TARGET: 10.14 }
steps:
- uses: actions/checkout@v2