From 25bf7590ca532207e9e50e1ed987ee4d7bda41b3 Mon Sep 17 00:00:00 2001 From: Tycho Andersen Date: Mon, 13 May 2024 19:58:45 -0600 Subject: [PATCH] ci: build+test against xcb-proto 1.17.0 Signed-off-by: Tycho Andersen --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c654c28..bd6ae29 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: fail-fast: false matrix: python-version: ["3.10", "3.11", "3.12", "pypy3.10"] - xcbver: [xcb-proto-1.15.2, xcb-proto-1.16.0, master] + xcbver: [xcb-proto-1.15.2, xcb-proto-1.16.0, xcb-proto-1.17.0, master] steps: - uses: actions/checkout@v4 - name: Set up python "${{ matrix.python-version }}"