summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2022-02-22 19:41:21 +0100
committerStefan Behnel <stefan_ml@behnel.de>2022-02-22 19:41:21 +0100
commit75845d6996f3e469a98ea9fc9ccacf5c1b8a6abe (patch)
tree2714a5f86f32f3d37bc33df1f20cf4a97d7a5485 /.github
parent18c935379de09788d16d813f1507a209d3229783 (diff)
downloadpython-lxml-75845d6996f3e469a98ea9fc9ccacf5c1b8a6abe.tar.gz
Use latest releases libxml2 2.9.13 and libxslt 1.1.35 also for CI builds.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index db411b62..c8b2dd73 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -91,8 +91,8 @@ jobs:
OS_NAME: ${{ matrix.os }}
PYTHON_VERSION: ${{ matrix.python-version }}
MACOSX_DEPLOYMENT_TARGET: 10.14
- LIBXML2_VERSION: 2.9.10
- LIBXSLT_VERSION: 1.1.34
+ LIBXML2_VERSION: 2.9.13
+ LIBXSLT_VERSION: 1.1.35
COVERAGE: false
GCC_VERSION: 8
USE_CCACHE: 1