diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03474c20..35a82693 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,8 +11,8 @@ jobs: name: Build Wayland libraries runs-on: ubuntu-24.04 env: - wayland-version: "1.22.0" - wayland-protocols-version: "1.32" + wayland-version: "1.23.0" + wayland-protocols-version: "1.36" strategy: fail-fast: false matrix: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0ce9deac..112ebe44 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,8 +16,8 @@ jobs: xwayland-version: "22.1.9" xcvt-version: "0.1.2" inputproto-version: "2021.5" - wayland-protocols-version: "1.32" - wayland-version: "1.22.0" + wayland-protocols-version: "1.36" + wayland-version: "1.23.0" wlroots-version: "0.17.4" steps: - name: Install dependencies diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4c9051e8..aeba80d1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ repos: hooks: - id: black # Use the latest supported version here - language_version: python3.11 + language_version: python3.12 - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.1.14 hooks: