We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ddfdae1 + 712aa99 commit ccd2d5cCopy full SHA for ccd2d5c
.github/workflows/wheels-dependencies.sh
@@ -35,7 +35,7 @@ else
35
fi
36
LIBWEBP_VERSION=1.3.2
37
BZIP2_VERSION=1.0.8
38
-LIBXCB_VERSION=1.16.1
+LIBXCB_VERSION=1.17.0
39
BROTLI_VERSION=1.1.0
40
41
if [[ -n "$IS_MACOS" ]] && [[ "$CIBW_ARCHS" == "x86_64" ]]; then
@@ -70,7 +70,7 @@ function build {
70
71
build_new_zlib
72
73
- build_simple xcb-proto 1.16.0 https://xorg.freedesktop.org/archive/individual/proto
+ build_simple xcb-proto 1.17.0 https://xorg.freedesktop.org/archive/individual/proto
74
if [ -n "$IS_MACOS" ]; then
75
build_simple xorgproto 2024.1 https://www.x.org/pub/individual/proto
76
build_simple libXau 1.0.11 https://www.x.org/pub/individual/lib
0 commit comments