From 3297b068b3c58ee93f8df7a171e76a5f48522c85 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 05:36:24 +0000 Subject: [PATCH] chore(dependencies): update dependency python to v3.14.5 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 476db2a..31ffcab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/setup-python@v6 with: - python-version: "3.x" + python-version: "3.14.5" - name: Install libarchive build dependencies run: | @@ -75,7 +75,7 @@ jobs: - uses: actions/setup-python@v6 with: - python-version: "3.x" + python-version: "3.14.5" - run: | pip install build Cython