From 6106e1a3293e9c60b8d469043f8b91bcf3d89009 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 19:13:10 +0000 Subject: [PATCH] Update dependency python to 3.14 --- .github/workflows/cipher-tests.yml | 2 +- .github/workflows/policy-e2e.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cipher-tests.yml b/.github/workflows/cipher-tests.yml index e4823e9..d229cda 100644 --- a/.github/workflows/cipher-tests.yml +++ b/.github/workflows/cipher-tests.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v7 - uses: actions/setup-python@v5 with: - python-version: "3.11" + python-version: "3.14" - name: Install sqlcipher system library run: | sudo apt-get update diff --git a/.github/workflows/policy-e2e.yml b/.github/workflows/policy-e2e.yml index bb8bb1f..f841361 100644 --- a/.github/workflows/policy-e2e.yml +++ b/.github/workflows/policy-e2e.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v7 - uses: actions/setup-python@v6 with: - python-version: "3.11" + python-version: "3.14" - run: pip install -e ".[test]" # Cross-repo policy stack (published prereleases) + hivescope with db= injection - run: >-